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]

document() loops


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]