Page 1 of 1

Conditional XML Parsing

Posted: Thu Apr 14, 2005 10:44 am
by Aravind
Hi,

Is there a way to conditional parse an xml based on the value in a specific tag. If the tag value is say "x" i want to reject the xml without doing further processing.

Thanks in advance

Posted: Thu Apr 14, 2005 2:47 pm
by Sainath.Srinivasan
If it is up on the chain, you may store the rest as a varchar field which you can them parse in next XML stage.