xslt - Need to display the content -
this input html-body
<body class="calibre"> gabriel garcía márquez <p class="calibre1">prêmio nobel de literatura </p> <p class="calibre1"></p> </body>
i using xslt1.0.
<xsl:message>value=<xsl:copy-of select="xhtml:html/xhtml:body/*"/></xsl:message>
produces output empty. how nodes , text.. please me..thanks in advance
your input has no namespace. remove namespace in stylesheet.
Comments
Post a Comment