We Recommend

Beginning XML Beginning XML
The perfect resource for beginning XML programmers, this guidebook shows you what XML is, how to use it, and what technologies surround it. The authors build on the strengths of previous editions while covering the latest changes in the XML landscape such as XQuery, RSS and Atom, and Ajax.


Posted By

greystate on 07/05/06


Tagged

textmate xslt outerHTML


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

Taleamus


copyOuterHTML


Published in: XML 


  1. <xsl:template name="copyOuterHTML">
  2. <xsl:element name="{name()}">
  3. <xsl:apply-templates select="@* | * | text()" />
  4. </xsl:element>
  5. </xsl:template>

Report this snippet 

You need to login to post a comment.