P
pawel.pabich
Hajo,
Example of XML:
<root>
<a/>
<b/>
<c/>
</root>
I need to ensure that one of a/b/c tags is present
and every of them can appear only once and they can
appear in any order.
any idea?
thanks in advance for info
Pawel
Example of XML:
<root>
<a/>
<b/>
<c/>
</root>
I need to ensure that one of a/b/c tags is present
and every of them can appear only once and they can
appear in any order.
any idea?
thanks in advance for info
Pawel