Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: help w/HTML escaping in XML tags?

From: David Carlisle <davidc@---.--.-->
To: NULL
Date: 3/3/2005 6:04:00 PM
I thought I'd replied to this but it hasn't shown up so I'll try again
sorry if you get two.


  <myDocument>
      <tag1>This is some <b>HTML</b> code</tag1>
  </myDocument>

  In this case, the <b> tags are HTML-escaped during the XSL
  transformation;  


that wouldn't happen by default, only if you explictly program it that
way, eg

<xsl:template name="b">
 &lt;b&gt;<xsl:apply-templates/> &lt;/b&gt;
</xsl:template>

If you copy nodes from the source or generate nodes rather than text in
teh stylesheet they will be linearised as xml element tags so the nodes
get re-created when the result is parsed.

David


transparent
Print
Mail
Digg
delicious
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent