[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: document() loops

Subject: Re: document() loops
From: Trevor Nash <tcn@xxxxxxxxxxxxx>
Date: Sun, 15 Sep 2002 23:18:13 +0100
Re:  document() loops
>>You either need an absolute path to univ-xml[2], or you need to store it in 
>>a
>
>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/univ">
><!-- TO ITERATE THROUGH THE 2nd XML -->
><xsl:value-of select="name"/>
></xsl:for-each>
></second-xml>
>
>It still doesnt work
>
Saying 'absolute path' is misleading here.  Any XPath expression is
evaluated in the context of the current document, i.e. the document
you read using univ-xml[1].  Try the other option, that is, before the
first for-each say:
  <xsl:variable name="univ2" select="univ-xml[2]"/>

then
<xsl:for-each 
  select="document($univ2])/university-records/univ-ids/univ">
  <!-- TO ITERATE THROUGH THE 2nd XML -->

Regards,
Trevor Nash
--
Traditional training & distance learning,
Consultancy by email

Melvaig Software Engineering Limited
voice:     +44 (0) 1445 771 271 
email:     tcn@xxxxxxxxxxxxx

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


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.