|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: apply template
Jan, try this (note I got rid of the for-each and explicit template
select, which you really only want to do if you need to reorder content
as far as I understand):
<xsl:template match="/"> <div class="Blog"> <xsl:apply-templates/> </div> </xsl:template> <xsl:template match="myns:Entry"> <div class="Entry"> <div> <xsl:value-of select="myns:PubDate" /> </div> </div> </xsl:template> </xsl:stylesheet>
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








