If I read this correctly, I cannot use the "&" character directly so I'll need to use the predefined code "&" thus when I coded the xsl as select="'&r eg;" shouldn't the translation from "&" to "&" take place when output is generated? what am I missing?
Thanks.
User Profile
Collapse
-
I'm VERY new at this and don't understand what you mean by use its numeric entity or DTD? Any reference I can look up?
Thanks.Leave a comment:
-
Is there a way to force the text "®" to the outbound xml file?Leave a comment:
-
When I tried to write the ® to the output xml file with the following statement:
<xsl:with-param name="charsOut" select="'®' "/>
oXygen complained that the entity "reg" was not declared. Then I try to change the "&" to & as follow:
<xsl:with-param name="charsOut" select="'&r eg;'"/>
<xsl:with-param name="charsOut"...Leave a comment:
-
Outputing & on XML
I'm using XSLT to process an inbound xml file and wanted to translate all the ® to ® but it's not allowing me to put in a & symbol. When I use &reg; it's outputing &reg. How can I get the output to format correctly?
Thanks.
No activity results to display
Show More
Leave a comment: