| Subject: [xsl] document() and attribute From: "True Name" <bbengland@xxxxxxxxxxx> Date: Tue, 10 Dec 2002 14:06:33 +0000 | 
... <!-- owner related to fellow element in b.xml --> <owner id="a" /> <owner id="b" />
<!-- b.xml --> <fellowlist> <fellows> <fellow id="a" url="atext.xml" /> <fellow id="b" url="btext.xml" /> </fellows> <fellowlist>
 ...
 <xsl:variable name="ownerID">
       <xsl:apply-templates select="./owner" />
  </xsl:variable><xsl:template match="owner"> <xsl:value-of select="@id" /> <xsl:template>
<xsl:template match="fellow"> <xsl:value-of select="@url" /> </xsl:template>
| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| [xsl] RE: [XSLTalk and XSL-List] XS, Colin Cousins | Thread | Re: [xsl] document() and attribute, J.Pietschmann | 
| RE: [xsl] transforming xml to xhtml, Cross, Neal - Develo | Date | RE: [xsl] Test for current node bei, TSchutzerWeissmann | 
| Month |