Using XSD to validate node count
- by heath
I don't think this is possible but I thought I'd throw it out there. Given this XML:
<people count="3">
<person>Bill</person>
<person>Joe</person>
<person>Susan</person>
</people>
Is it possible in an XSD to force the @count attribute value to be the correct count of defined…