File: XMLStreamUtils.xml

package info (click to toggle)
stax-utils 20110309%2Bsvn238-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 844 kB
  • ctags: 1,393
  • sloc: java: 8,175; xml: 152; sh: 9; makefile: 5
file content (20 lines) | stat: -rw-r--r-- 346 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!-- howdy -->
<person>

    <!-- comment to spice it up a bit -->
    <name>John Doe</name>
    
    <?PI stuff ?>
    
    <phone><![CDATA[867-5309]]></phone>
    <!-- more -->

    <address>123 fake street</address>
    <city>Springfield</city>


    <state>IL</state>
    <zip>54321</zip>
    
</person>