|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] disable-output-escaping don't work with CDATA spl char
Hi, I coverting xml data (using xsl) to javascript array format. The xml data have special char's & Iam using disable-output-escaping="yes" while selecting the values. Eg: <AccomUnitName StrippedName="aparthotel_g__246_tzens"><![CDATA[Aparthotel Gvtzens]]></AccomUnitName> and in xsl I use <xsl:output method="text" encoding="UTF-8"/> to covert xml to javascript & <xsl:value-of select="AccomUnitName" disable-output-escaping="yes"/> results in: Aparthotel Gvtzens However, if the xml data is removed of its <
Cart








