R
rosemm
I am having another problem. I need to know when an element is not in a
node. Here is an example
.......
<NODE>
<Element1/>
<Element2/ value="SOMETHING">
</NODE>
<NODE>
<Element1/>
</NODE>
......
I would like to output "SOMETHING" for the first NODE shown and
"NOTHING" for the second node shown. Is there a way of knowing when an
element is not a child of a certain node?
node. Here is an example
.......
<NODE>
<Element1/>
<Element2/ value="SOMETHING">
</NODE>
<NODE>
<Element1/>
</NODE>
......
I would like to output "SOMETHING" for the first NODE shown and
"NOTHING" for the second node shown. Is there a way of knowing when an
element is not a child of a certain node?