xsl-list
[Top] [All Lists]

document() loops

2002-09-12 08:00:04
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



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