User Profile
Collapse
-
Is there a non-network based (local executable) validator that will work with this?... -
jkmyoung,
With your snippet, I get this
~/family > xmllint --noout --schema people.xsd people.xml
Unimplemented block at xmlschemas.c:55 88
Unimplemented block at xmlschemas.c:55 88
people.xml validates
~/family >
I put the block just before the </xs:element> (end tag) for people. Is that the correct location? I am using:
~/family > xmllint --version...Leave a comment:
-
XML schema restriction to values of another element
I would like to know if it is possible to write an XML Schema restriction that binds to values of another element.
For example I have XML
...Code:<people> <family name="Smith"> <origin>England</origin> </family> <family name="Jain"> <origin>India</origin> </family> <family name="DelSol">
No activity results to display
Show More
Leave a comment: