L
Lord0
Hi there,
Would like to conditionally validate XML i.e.
If element <ElementA> has a particular value
then element <ElementB> must have a particular value
I'm pretty sure I can't do this this with a Schema.....
I know I could use an XSLT to check the values of <ElementA> and
<ElementB> and produce output based upon their values: This seems a bit
hokey.
Your thoughts would be appreciated
Lord0
Would like to conditionally validate XML i.e.
If element <ElementA> has a particular value
then element <ElementB> must have a particular value
I'm pretty sure I can't do this this with a Schema.....
I know I could use an XSLT to check the values of <ElementA> and
<ElementB> and produce output based upon their values: This seems a bit
hokey.
Your thoughts would be appreciated
Lord0