Hi,
I would like to show/hide certain tags based on the value of another tag in my XSD.
For example:
If the value of checktag = A, show tag1 and tag2
<checktag>A</checktag>
<tag1>..</tag1>
<tag2>..</tag2>
...
If the value of checktag = B, show tag1 and tag2
<checktag>B</checktag>...