User Profile

Collapse

Profile Sidebar

Collapse
flin2k
flin2k
Last Activity: Nov 24 '09, 07:04 PM
Joined: Nov 23 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • flin2k
    replied to Outputing & on XML
    in XML
    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.
    See more | Go to post

    Leave a comment:


  • flin2k
    replied to Outputing & on XML
    in XML
    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.
    See more | Go to post

    Leave a comment:


  • flin2k
    replied to Outputing & on XML
    in XML
    Is there a way to force the text "®" to the outbound xml file?
    See more | Go to post

    Leave a comment:


  • flin2k
    replied to Outputing & on XML
    in XML
    When I tried to write the ® to the output xml file with the following statement:
    <xsl:with-param name="charsOut" select="'&reg;' "/>

    oXygen complained that the entity "reg" was not declared. Then I try to change the "&" to &amp; as follow:
    <xsl:with-param name="charsOut" select="'&amp;r eg;'"/>
    <xsl:with-param name="charsOut"...
    See more | Go to post

    Leave a comment:


  • flin2k
    started a topic Outputing & on XML
    in XML

    Outputing & on XML

    I'm using XSLT to process an inbound xml file and wanted to translate all the ® to &reg; but it's not allowing me to put in a & symbol. When I use &amp;reg; it's outputing &amp;reg. How can I get the output to format correctly?
    Thanks.
    See more | Go to post
No activity results to display
Show More
Working...