Re: position() of the parent

Subject: Re: position() of the parent
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 19 Jan 2000 23:58:47 GMT
<xsl:template match="mynode">
  <mynode name="{@name}" id="{generate-id(.)}"
  parentid="{generate-id(..)}"/>
<xsl:apply-templates/>
</xsl:template>

david


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread