Subject: Re: [xsl] apply template From: Bruce D'Arcus <bdarcus@xxxxxxxxxxxxx> Date: Tue, 24 Aug 2004 09:59:36 -0400 |
<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>
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [xsl] apply template, Michael Kay | Thread | Re: [xsl] apply template, Wendell Piez |
Re: [xsl] Variable scope when using, David Carlisle | Date | Re: [xsl] apply template, Jeni Tennison |
Month |