XML Schema Validation Question

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
I have an XML file like
<Relationship>
<SourceDB>
<Table>
<Table>
</SourceDB>
<TargetDB>
<Table>
<Table>
</TargetDB>
</Relationship>

The source db and target db can have any number of tables. However they should have the same number of tables. So if source has 10 child table elements, then the targetDb should also have the same 10 child elements.


View the full article
 
Back
Top