File: id2.xml

package info (click to toggle)
libxml-security-java 2.0.10-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 18,580 kB
  • sloc: java: 79,891; xml: 23,784; sh: 235; makefile: 8
file content (9 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<!DOCTYPE doc [
<!ATTLIST e9 Id ID #IMPLIED>
]>
<doc>
   <!-- A comment -->
   <e9 Id='N3'><!-- A comment -->Das N3 Element</e9>
   <e9 Id='id2'><!-- A comment --> Das id2 Element</e9>
</doc>