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]
Other format: [Raw text]

Re: document() loops


On Friday 13 September 2002 06:53, Laura Jenkins wrote:
> i tried doing the absolute path..
> by using.
> <second-xml>
> <xsl:for-each
> select="document(/univ-xml-list/univ-xml[2])/university-records/univ-ids/un
>iv"> <!-- TO ITERATE THROUGH THE 2nd XML -->
> <xsl:value-of select="name"/>
> </xsl:for-each>
> </second-xml>
>
> It still doesnt work

Okay, Trevor Nash pointed out why I was wrong: an absolute path won't work in 
this case because you are using the document() function to switch source 
documents.  Sorry about the confusion.

But if you'll read further, you'll notice:

>You either need an absolute path to univ-xml[2], or you need to store it in 
     ^^^^^^                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^

If storing it in a variable doesn't work either, then please let me know.  But 
try that first before you whine.

-- 
Peter Davis

 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]