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

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -