Subject: Re: [XSLT/newbie]value-of attributes of the root node From: "John E. Simpson" <simpson@xxxxxxxxxxx> Date: Tue, 19 Sep 2000 12:02:01 -0400 |
The source is: <description name="AirCon 5000"> <change recency="7"> text </change> <change recency="4"> text </change> <change recency="3"> text </change> </description>
but this template returns nothing between <name> and </name>:
<xsl:template match="/"> <outputroot> <name><xsl:value-of select="@name" /> </name> <xsl:apply-templates /> </outputroot> </xsl:template>
Current Thread |
---|
|
<- Previous | Index | Next -> |
---|---|---|
RE: [XSLT/newbie]value-of attribute, Chris Bayes | Thread | RE: [XSLT/newbie]value-of attribute, Kay Michael |
Re: breaking sorted material into s, Steve Muench | Date | Re: XSLT and SVG, Chris Lilley |
Month |