File: 038.xml

package info (click to toggle)
hugs98 98.200609.21-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 43,144 kB
  • sloc: haskell: 118,978; xml: 61,802; ansic: 46,695; sh: 8,750; cpp: 6,033; makefile: 2,658; yacc: 1,111; cs: 883; sed: 10
file content (8 lines) | stat: -rw-r--r-- 193 bytes parent folder | download | duplicates (50)
1
2
3
4
5
6
7
8
<?xml version="1.0"?>
<!-- Attribute uniqueness: prefixed and unprefixed attributes with same
     local name -->
<foo xmlns:a="http://example.org/~wilbur">

<bar a:attr="1" attr="2"/>

</foo>