[xsl] document() loops

Subject: [xsl] document() loops
From: "Laura Jenkins" <xsl_list@xxxxxxxxxxx>
Date: Thu, 12 Sep 2002 15:00:04 +0000
hi,
i have got a question.
i have two xmls whose location ( in the disk) are read from another xml file.
now when i am processing the contents of one of the xml files, can i access the elements of another xml file?
for example..


for-each ( document(first-xml) )
  print sometext
    for-each(document(second-xml) )
      print some text from second
    /for-each
/for-each

i am noticing that while doing this, the second forloop is not functioning..
i am not sure if this is possible..
Can someone suggest me a way to do this?

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com


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



Current Thread