I have an application here that allows the easy creation of XML documents.
But some of these documents are actually scripts to be imported into flash, which cant handle & and < etc..
so I need to write some code to parse my xml documents, and output a flash readable version, by wrapping the & into a CDATA[&] section
Now the only xslt debugger I have handy is XMLSpy, and that complains that my code <xsl:value select="![CDATA[&]]"> contains illegal characters, or is not well formed.
any help appreciated,
K
But some of these documents are actually scripts to be imported into flash, which cant handle & and < etc..
so I need to write some code to parse my xml documents, and output a flash readable version, by wrapping the & into a CDATA[&] section
Now the only xslt debugger I have handy is XMLSpy, and that complains that my code <xsl:value select="![CDATA[&]]"> contains illegal characters, or is not well formed.
any help appreciated,
K