This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Substring Misunderstood?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]