Click to See Complete Forum and Search --> : xslt problem


krkop
01-07-2004, 07:23 AM
I have problems with naming xml elements with the character ~ in my xslt. I know it is not a good name on elements, but an external system requires the name to contain ~.

<xsl:element name="~TEST">
<xsl:value-of select="XML/TEST"/>
</xsl:element>

Any tips will be appreciated!

Khalid Ali
01-07-2004, 05:59 PM
Did you try to use ASCII representation for this character???

&amp;#126;

krkop
01-08-2004, 01:28 AM
Yeah, I try - but it still complanis about the caracter.

Khalid Ali
01-08-2004, 08:27 PM
that must not be,now from your quest its not obvious,my bet is problem is related to something else.