xsl-list
[Top] [All Lists]

RE: need help on referencing

2003-11-14 00:51:44
-----Original Message-----
From: Lenny Wu


Hi,

If I'm not mistaken this should be possible just by rewriting

     <xsl:copy>
         <xsl:copy-of select="document('author.xml')/authors/author[(_at_)id =
current()/@idref]/name"/>
     </xsl:copy>

as

<xsl:copy-of select="document('author.xml')/authors/author[id =
current()]/name" />

Since you don't have the id's as attributes in your source XML, you have to
test for an id element equal to the current element being processed.


Hope this helps!

Cheerz,

Andreas


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



<Prev in Thread] Current Thread [Next in Thread>