/usr/share/xml/xhtml-relaxng/modules/target.rng is in xhtml-relaxng 20091111-4ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | <?xml version="1.0" encoding="iso-8859-1"?>
<!-- Target Module -->
<grammar xmlns="http://relaxng.org/ns/structure/1.0">
<define name="a.attlist" combine="interleave">
<ref name="target.attrib"/>
</define>
<define name="area.attlist" combine="interleave">
<ref name="target.attrib"/>
</define>
<define name="base.attlist" combine="interleave">
<ref name="target.attrib"/>
</define>
<define name="link.attrib" combine="interleave">
<ref name="target.attrib"/>
</define>
<define name="form.attlist" combine="interleave">
<ref name="target.attrib"/>
</define>
<define name="target.attrib">
<optional>
<attribute name="target"/>
</optional>
</define>
</grammar>
|