in reply to Having problems accessing individual attributes in xml
for $dirresult (result of '//ncp_directory' wrt $document) { for $fileresult (result of 'ncp_file' wrt $dirresult) { print( (result of '@md5' wrt $fileresult), ' = ', (result of '@name' wrt $fileresult) ); } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Having problems accessing individual attributes in xml
by Gemenon (Initiate) on Oct 21, 2010 at 03:00 UTC |