File: catalog.xml

package info (click to toggle)
docbook2x 0.8.8-15
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 4,720 kB
  • ctags: 389
  • sloc: xml: 16,229; sh: 3,674; perl: 3,461; ansic: 639; makefile: 409; sed: 11
file content (23 lines) | stat: -rw-r--r-- 658 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<!DOCTYPE catalog 
  PUBLIC "-//OASIS//DTD Entity Resolution XML Catalog V1.0//EN"
  "http://www.oasis-open.org/committees/entity/release/1.0/catalog.dtd">

<catalog xmlns="urn:oasis:names:tc:entity:xmlns:xml:catalog">

  <public publicId="-//Steve Cheng//DTD Man-XML V0.8.6//EN"
	  uri="Man-XML" />

  <public publicId="-//Steve Cheng//DTD Texi-XML V0.8.6//EN"
	  uri="Texi-XML" />

  <rewriteSystem 
    systemIdStartString="http://docbook2x.sourceforge.net/latest/dtd/"
    rewritePrefix="./" />
                 
  <rewriteSystem 
    systemIdStartString="http://docbook2x.sf.net/latest/dtd/"
    rewritePrefix="./" />

</catalog>