I am in the process of learning XML an XSL - my question is - is there a way to say if there is a value in an element to stop reading it - and start with the new record? Does that make senese?
<root>
<name></name>
<adress></address>
<city></city>
<state></state>
<zip></zip>
</root>
So, for example in city = Chicago - stop reading and don't display this record - show an error message and then continue reading the next record.
Thanks in advance,
-Bell
<root>
<name></name>
<adress></address>
<city></city>
<state></state>
<zip></zip>
</root>
So, for example in city = Chicago - stop reading and don't display this record - show an error message and then continue reading the next record.
Thanks in advance,
-Bell