XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Including unparsed xml (xhtml code) code in xslt output.

Hello,
How I can output from XSLT unparsed xml?


<xsl:stylesheet>
<xsl:template match="">

<xsl:value>
<!-- Here I need the unparsed code -->
<xsl:value-of select="nodetexhtml">
</xsl:template>

<nodexhtml>
<html><h1>Hello</h1></html>
</nodexhtml>

</xsl:stylesheet>


Output of apply XSLT should be the unparsed content of nodexhtml, should
be unparsed xhtml:

<html><h1>Hello</h1></html>


I'm trying with Xinclude but do not work. Any suggestion is welcome.
Thanks in advance.


-- 
Publicidad http://www.pas-world.com



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS