File: rddltest.html

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 (20 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- <!DOCTYPE html PUBLIC "-//XML-DEV//DTD XHTML RDDL 1.0//EN" "http://www.rddl.org/rddl-xhtml.dtd">-->
<html   xmlns="http://www.w3.org/1999/xhtml" 
        xmlns:xlink="http://www.w3.org/1999/xlink"
        xmlns:rddl="http://www.rddl.org/"
		xml:lang="en"
		xml:base="http://www.rddl.org/">
<body>

<rddl:resource xlink:type="simple"
        id="rec-xmlinfoset"
        xlink:title="W3C REC XML Infoset"
        xlink:role="http://www.w3.org/1999/xhtml"
        xlink:arcrole="http://www.rddl.org/purposes#normative-reference"
        xlink:href="http://www.w3.org/TR/xml-infoset/"
        >
        <a href="http://www.w3.org/TR/xml-infoset/">W3C XML Infoset</a>
</rddl:resource>

</body>
</html>