Hello,
Is there any way to directly access an element in a nodeset?
For example, if working with:
<blahs rec_count="16">
<blah>
<yada>abc</yada>
</blah>
<blah>
<yada>123</yada>
</blah>
<blah>
<yada>xyz</yada>
</blah>
</blahs>
For instance, I could specify something like blahs/blah[2]/yada and get
the value of "123"?
-Eric
Is there any way to directly access an element in a nodeset?
For example, if working with:
<blahs rec_count="16">
<blah>
<yada>abc</yada>
</blah>
<blah>
<yada>123</yada>
</blah>
<blah>
<yada>xyz</yada>
</blah>
</blahs>
For instance, I could specify something like blahs/blah[2]/yada and get
the value of "123"?
-Eric
Comment