[Home] [By Thread] [By Date] [Recent Entries]

  • From: Philippe Poulard <philippe.poulard@s...>
  • To: Mukul Gandhi <gandhi.mukul@g...>
  • Date: Mon, 26 Nov 2007 09:50:44 +0100

hi,

I prefer this one :

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:data="http://www.example.com" version="1.0">

<xsl:output indent="yes" />

<data:node>
   <nodexhtml>
    <html><h1>Hello</h1></html>
   </nodexhtml>
</data:node>

<xsl:template match="/">
   <xsl:copy-of select="document('')/*/data:node/nodexhtml/*"/>
</xsl:template>

</xsl:stylesheet>

-- 
Cordialement,

               ///
              (. .)
  --------ooO--(_)--Ooo--------
|      Philippe Poulard       |
  -----------------------------
  http://reflex.gforge.inria.fr/
        Have the RefleX !


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


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member