summaryrefslogtreecommitdiff
path: root/examples/cxx/parser/polyroot/person.xml
blob: f463bea372987df401bab3c4d14ce1a9b5bc924f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0"?>

<!--

file      : examples/cxx/parser/polyroot/person.xml
copyright : not copyrighted - public domain

-->

<person xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="supermen.xsd">
	
  <name>John Doe</name>
  
</person>