File: attributes_good.xml

package info (click to toggle)
php-xml-dtd 0.5.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 268 kB
  • sloc: xml: 684; php: 416; makefile: 5
file content (11 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
<foo>
<string att2="any" />
<string att1="any" att2="any2" />
<string att1="any" att2="any2" att3="POST" />
<string att1="any" att2="any2" att3="POST" att4="any" />

<enum en2="ext" />
<enum en2="ext" en1="ordered" />
<enum en2="prog" en1="glossary" en3="ge" />

</foo>