File: test.xml

package info (click to toggle)
xom 1.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,712 kB
  • sloc: xml: 68,724; java: 48,828; makefile: 17
file content (14 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE test>
<?xml-stylesheet href="file.css" type="text/css"?> 
<!-- test -->
<test xmlns:xlink='http://www.w3.org/TR/1999/xlink'>
Hello dear
<em>very important</em>
<span xlink:type='simple'>here&apos;s the link</span>
<svg:svg xmlns:svg='http://www.w3.org/TR/2000/svg'>
	<svg:text>text in a namespace</svg:text>
</svg:svg>
<svg xmlns='http://www.w3.org/TR/2000/svg'><text>text in a namespace</text></svg>
</test>
<!--epilog-->