Subject: RE: Substring Misunderstood?
From: "Tim Watts" <timw@xxxxxxx>
Date: Mon, 7 May 2001 09:51:09 +1000
|
I think Robin actually was looking for a node called "position" (as in a
position in a company) rather than the sequence of the employee node from
the XML
> <xsl:template match="employee">
> <div align="left">
> <xsl:value-of select="id"/> -
> <xsl:value-of select="name"/> -
> <xsl:value-of select="position()"/>
> </div>
> </xsl:template>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|