hi, i have a xml as
<itemCollection >
<item enabled="false" />
<item enabled="true" />
<item enabled="false" />
</itemCollection>
I want know if exists a solution with xml schema for validate that only one child can have enabled='true' .
If no way exists somebody have a solution for reformat my xml and do what i want?
thanks
<itemCollection >
<item enabled="false" />
<item enabled="true" />
<item enabled="false" />
</itemCollection>
I want know if exists a solution with xml schema for validate that only one child can have enabled='true' .
If no way exists somebody have a solution for reformat my xml and do what i want?
thanks
Comment