File: input.xml

package info (click to toggle)
libjdom1-java 1.1.2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,560 kB
  • sloc: java: 21,096; xml: 1,359; sh: 87; perl: 31; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="ISO-8859-1"?>
<test xmlns="http://www.jdom.org/tests/default"
      xmlns:imp="http://www.jdom.org/tests/imp" 
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
      xsi:schemaLocation="http://www.jdom.org/tests/default ./SAXTestComplexMain.xsd">
   <data type="one" />
   <data type="two" xmlns:attns0="junkns" />
   <data type="three" xmlns:redo="http://www.jdom.org/tests/default" redo:mainxs="change" />
   <xx:data type="four" xmlns:xx="http://www.jdom.org/tests/default" />
</test>