Files
xmlada/docs/dom/pref_with_xsd.xml
Emmanuel Briot 642d95a2a2 Add new example, pointing to a real XSD file
Change-Id: Ifcd250792015aa00f76b3b175063c6350e0ecbf5
2015-10-13 15:26:40 +02:00

8 lines
234 B
XML

<?xml version="1.0" ?>
<preferences xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="pref.xsd" >
<pref name="pref1">Value1</pref>
<pref name="pref2">Value2</pref>
</preferences>