Codebase list libjdom2-intellij-java / upstream/2.0.6+git20180529 core / samples / sax / test2.xml
upstream/2.0.6+git20180529

Tree @upstream/2.0.6+git20180529 (Download .tar.gz)

test2.xml @upstream/2.0.6+git20180529raw · history · blame

1
2
3
4
5
6
7
8
9
<?xml version="1.0" standalone="yes"?>
 
<Person>
  <name>Jane Smith</name>
  <date-of-birth>1965-05-23</date-of-birth>
  <citizenship>US</citizenship>
</Person>