gtksourceview2 1.1.5-x86-mingw32 → 1.1.6-x86-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/1.8/gtksourceview2.so +0 -0
- data/lib/1.9/gtksourceview2.so +0 -0
- data/vendor/local/bin/libxml2-2.dll +0 -0
- data/vendor/local/bin/xmlcatalog.exe +0 -0
- data/vendor/local/bin/xmllint.exe +0 -0
- data/vendor/local/include/libxml2/libxml/DOCBparser.h +9 -9
- data/vendor/local/include/libxml2/libxml/HTMLparser.h +25 -23
- data/vendor/local/include/libxml2/libxml/HTMLtree.h +19 -19
- data/vendor/local/include/libxml2/libxml/SAX.h +37 -37
- data/vendor/local/include/libxml2/libxml/SAX2.h +34 -34
- data/vendor/local/include/libxml2/libxml/c14n.h +1 -1
- data/vendor/local/include/libxml2/libxml/catalog.h +35 -35
- data/vendor/local/include/libxml2/libxml/debugXML.h +26 -26
- data/vendor/local/include/libxml2/libxml/dict.h +16 -5
- data/vendor/local/include/libxml2/libxml/encoding.h +28 -14
- data/vendor/local/include/libxml2/libxml/hash.h +24 -24
- data/vendor/local/include/libxml2/libxml/list.h +26 -26
- data/vendor/local/include/libxml2/libxml/nanoftp.h +44 -24
- data/vendor/local/include/libxml2/libxml/nanohttp.h +13 -13
- data/vendor/local/include/libxml2/libxml/parser.h +78 -73
- data/vendor/local/include/libxml2/libxml/parserInternals.h +106 -73
- data/vendor/local/include/libxml2/libxml/schemasInternals.h +2 -2
- data/vendor/local/include/libxml2/libxml/schematron.h +11 -11
- data/vendor/local/include/libxml2/libxml/tree.h +203 -152
- data/vendor/local/include/libxml2/libxml/valid.h +72 -72
- data/vendor/local/include/libxml2/libxml/xlink.h +7 -7
- data/vendor/local/include/libxml2/libxml/xmlIO.h +71 -65
- data/vendor/local/include/libxml2/libxml/xmlautomata.h +22 -22
- data/vendor/local/include/libxml2/libxml/xmlerror.h +6 -6
- data/vendor/local/include/libxml2/libxml/xmlexports.h +2 -2
- data/vendor/local/include/libxml2/libxml/xmlmodule.h +1 -1
- data/vendor/local/include/libxml2/libxml/xmlreader.h +24 -20
- data/vendor/local/include/libxml2/libxml/xmlsave.h +2 -1
- data/vendor/local/include/libxml2/libxml/xmlschemas.h +30 -2
- data/vendor/local/include/libxml2/libxml/xmlschemastypes.h +20 -20
- data/vendor/local/include/libxml2/libxml/xmlstring.h +3 -3
- data/vendor/local/include/libxml2/libxml/xmlversion.h +29 -7
- data/vendor/local/include/libxml2/libxml/xmlwriter.h +4 -1
- data/vendor/local/include/libxml2/libxml/xpath.h +47 -43
- data/vendor/local/include/libxml2/libxml/xpathInternals.h +81 -79
- data/vendor/local/include/libxml2/libxml/xpointer.h +23 -23
- data/vendor/local/lib/libxml2.def +16 -14
- data/vendor/local/lib/libxml2.dll.a +0 -0
- data/vendor/local/lib/libxml2.lib +0 -0
- data/vendor/local/lib/pkgconfig/libxml-2.0.pc +3 -3
- data/vendor/local/manifest/libxml2-dev_2.9.0-1_win32.mft +268 -0
- data/vendor/local/manifest/libxml2_2.9.0-1_win32.mft +2 -0
- data/vendor/local/share/doc/libxml2-2.9.0/Copyright +27 -0
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testHTML.c +880 -0
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testSAX.c +1198 -0
- data/vendor/local/share/doc/libxml2-2.9.0/examples/testXPath.c +229 -0
- data/vendor/local/share/doc/libxml2-2.9.0/examples/xmllint.c +3770 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/DOM.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/FAQ.html +282 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-180x168.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/Libxml2-Logo-90x34.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/encoding.html +207 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xml +751 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/examples.xsl +174 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/book1.html +13 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/index.html +13 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/left.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-DOCBparser.html +51 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLparser.html +184 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-HTMLtree.html +73 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX.html +125 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-SAX2.html +128 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-c14n.html +38 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-catalog.html +142 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-chvalid.html +72 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-debugXML.html +120 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-dict.html +58 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-encoding.html +124 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-entities.html +79 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-globals.html +152 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-hash.html +116 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-lib.html +13 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-list.html +120 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanoftp.html +94 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-nanohttp.html +65 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parser.html +559 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-parserInternals.html +322 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-pattern.html +76 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-relaxng.html +162 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schemasInternals.html +373 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-schematron.html +81 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-threads.html +72 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-tree.html +989 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-uri.html +73 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-valid.html +289 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xinclude.html +59 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xlink.html +82 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlIO.html +212 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlautomata.html +85 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlerror.html +864 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlexports.html +20 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmemory.html +107 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlmodule.html +38 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlreader.html +330 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlregexp.html +143 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlsave.html +60 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemas.html +185 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlschemastypes.html +123 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlstring.html +108 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlunicode.html +512 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlversion.html +62 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xmlwriter.html +261 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpath.html +310 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpathInternals.html +394 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/libxml-xpointer.html +83 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/right.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/html/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/index.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.c +166 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/io1.res +5 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.c +58 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/io2.res +2 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/libxml.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse1.c +56 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse2.c +72 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse3.c +60 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/parse4.c +143 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.c +107 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader1.res +14 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader2.c +122 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.c +120 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader3.res +13 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.c +122 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/reader4.res +3 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/redhat.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/smallfootonly.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/structure.gif +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/test1.xml +1 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/test2.xml +13 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/test3.xml +39 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/testWriter.c +1198 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.c +94 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree1.res +4 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.c +118 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tree2.res +18 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tst.xml +7 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apa.html +8 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apb.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apc.html +82 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apd.html +76 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ape.html +78 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apf.html +67 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/apg.html +75 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/aph.html +76 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/api.html +4 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s02.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s03.html +47 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s04.html +54 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s05.html +55 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s06.html +35 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s07.html +30 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s08.html +38 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ar01s09.html +63 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/1.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/10.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/2.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/3.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/4.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/5.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/6.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/7.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/8.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/callouts/9.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/caution.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/draft.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/home.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/important.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/next.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/note.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/prev.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/tip.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-blank.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-minus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/toc-plus.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/up.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/images/warning.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddattribute.c +64 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeaddkeyword.c +75 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includeconvert.c +73 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includegetattribute.c +72 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includekeyword.c +79 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/includexpath.c +74 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/index.html +14 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/ix01.html +1 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/tutorial/xmltutorial.pdf +1336 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/w3c.png +0 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/writer.xml +2 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/xml.html +5715 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.c +250 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath1.res +5 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.c +190 -0
- data/vendor/local/share/doc/libxml2-2.9.0/html/xpath2.res +30 -0
- data/vendor/local/share/gtk-doc/html/libxml2/general.html +1 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html +3 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-dict.html +16 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-encoding.html +11 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-nanoftp.html +15 -5
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parser.html +8 -4
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-parserInternals.html +20 -5
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-tree.html +72 -18
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlIO.html +10 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlerror.html +5 -3
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html +2 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlreader.html +8 -3
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlsave.html +2 -1
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html +15 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlversion.html +12 -2
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html +8 -3
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpath.html +3 -0
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html +9 -9
- data/vendor/local/share/gtk-doc/html/libxml2/libxml2.devhelp +42 -2
- data/vendor/local/share/man/man1/xml2-config.1 +0 -1
- data/vendor/local/share/man/man1/xmlcatalog.1 +204 -93
- data/vendor/local/share/man/man3/libxml.3 +1 -1
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.log +867 -0
- data/vendor/local/src/dieterv/packaging/libxml2_2.9.0-1_win32.sh +68 -0
- metadata +163 -7
@@ -9,7 +9,6 @@ xml-config - script to get information about the installed version of GNOME-XML
|
|
9
9
|
linker flags that should be used to compile and link programs that use
|
10
10
|
\fIGNOME-XML\fP.
|
11
11
|
.SH OPTIONS
|
12
|
-
.l
|
13
12
|
\fIxml-config\fP accepts the following options:
|
14
13
|
.TP 8
|
15
14
|
.B \-\-version
|
@@ -1,120 +1,160 @@
|
|
1
|
-
|
2
|
-
.\"
|
3
|
-
.\"
|
4
|
-
.\"
|
5
|
-
|
1
|
+
'\" t
|
2
|
+
.\" Title: xmlcatalog
|
3
|
+
.\" Author: John Fleck <jfleck@inkstain.net>
|
4
|
+
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
|
5
|
+
.\" Date: $Date$
|
6
|
+
.\" Manual: xmlcatalog Manual
|
7
|
+
.\" Source: libxml2
|
8
|
+
.\" Language: English
|
9
|
+
.\"
|
10
|
+
.TH "XMLCATALOG" "1" "$Date$" "libxml2" "xmlcatalog Manual"
|
11
|
+
.\" -----------------------------------------------------------------
|
12
|
+
.\" * Define some portability stuff
|
13
|
+
.\" -----------------------------------------------------------------
|
14
|
+
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
15
|
+
.\" http://bugs.debian.org/507673
|
16
|
+
.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
|
17
|
+
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
18
|
+
.ie \n(.g .ds Aq \(aq
|
19
|
+
.el .ds Aq '
|
20
|
+
.\" -----------------------------------------------------------------
|
21
|
+
.\" * set default formatting
|
22
|
+
.\" -----------------------------------------------------------------
|
6
23
|
.\" disable hyphenation
|
7
24
|
.nh
|
8
25
|
.\" disable justification (adjust text to left margin only)
|
9
26
|
.ad l
|
27
|
+
.\" -----------------------------------------------------------------
|
28
|
+
.\" * MAIN CONTENT STARTS HERE *
|
29
|
+
.\" -----------------------------------------------------------------
|
10
30
|
.SH "NAME"
|
11
|
-
xmlcatalog \- Command line tool to parse and manipulate XML or SGML catalog files
|
31
|
+
xmlcatalog \- Command line tool to parse and manipulate XML or SGML catalog files\&.
|
12
32
|
.SH "SYNOPSIS"
|
13
|
-
.HP
|
14
|
-
\fBxmlcatalog\fR [\fB\-\-sgml\fR \fB\-\-shell\fR \fB\-\-create\fR \fB\-\-del\ \fR\fB\fIVALUE(S)\fR\fR [\ \fB\-\-add\ \fR\fB\fITYPE\fR\fR\fB\ \fR\fB\fIORIG\fR\fR\fB\ \fR\fB\fIREPLACE\fR\fR\fB\ \fR\ \fB\-\-add\ \fR\fB\fIFILENAME\fR\fR] \fB\-\-noout\fR \fB\-\-no\-super\-update\fR [\fB\-v\fR\ \fB\-\-verbose\fR]] {\fICATALOGFILE\fR} {\fIENTITIES\fR...}
|
33
|
+
.HP \w'\fBxmlcatalog\fR\ 'u
|
34
|
+
\fBxmlcatalog\fR [\fB\-\-sgml\fR | \fB\-\-shell\fR | \fB\-\-create\fR | \fB\-\-del\ \fR\fB\fIVALUE(S)\fR\fR | [\ \fB\-\-add\ \fR\fB\fITYPE\fR\fR\fB\ \fR\fB\fIORIG\fR\fR\fB\ \fR\fB\fIREPLACE\fR\fR\fB\ \fR\ |\ \fB\-\-add\ \fR\fB\fIFILENAME\fR\fR] | \fB\-\-noout\fR | \fB\-\-no\-super\-update\fR | [\fB\-v\fR\ |\ \fB\-\-verbose\fR]] {\fICATALOGFILE\fR} {\fIENTITIES\fR...}
|
15
35
|
.SH "DESCRIPTION"
|
16
36
|
.PP
|
37
|
+
|
17
38
|
\fBxmlcatalog\fR
|
18
39
|
is a command line application allowing users to monitor and manipulate
|
19
40
|
XML
|
20
41
|
and
|
21
42
|
SGML
|
22
|
-
catalogs
|
23
|
-
\fBlibxml\fR(3)
|
43
|
+
catalogs\&. It is included in
|
44
|
+
\fBlibxml\fR(3)\&.
|
24
45
|
.PP
|
25
|
-
Its functions can be invoked from a single command from the command line, or it can perform multiple functions in interactive mode
|
46
|
+
Its functions can be invoked from a single command from the command line, or it can perform multiple functions in interactive mode\&. It can operate on both
|
26
47
|
XML
|
27
48
|
and
|
28
49
|
SGML
|
29
|
-
files
|
50
|
+
files\&.
|
30
51
|
.SH "OPTIONS"
|
31
52
|
.PP
|
53
|
+
|
32
54
|
\fBxmlcatalog\fR
|
33
55
|
accepts the following options (in alphabetical order):
|
34
|
-
.
|
56
|
+
.PP
|
35
57
|
\fB\-\-add \fR\fB\fITYPE\fR\fR\fB \fR\fB\fIORIG\fR\fR\fB \fR\fB\fIREPLACE\fR\fR\fB \fR
|
58
|
+
.RS 4
|
36
59
|
Add an entry to
|
37
|
-
|
60
|
+
CATALOGFILE\&.
|
38
61
|
\fITYPE\fR
|
39
|
-
indicates the type of entry
|
40
|
-
\fIpublic\fR, \fIsystem\fR, \fIrewriteSystem\fR, \fIrewriteURI\fR, \fIdelegatePublic\fR, \fIdelegateSystem\fR, \fInextCatalog\fR
|
62
|
+
indicates the type of entry\&. Possible types are:
|
63
|
+
\fIpublic\fR, \fIsystem\fR, \fIuri\fR, \fIrewriteSystem\fR, \fIrewriteURI\fR, \fIdelegatePublic\fR, \fIdelegateSystem\fR, \fIdelegateURI\fR, \fInextCatalog\fR\&.
|
41
64
|
\fIORIG\fR
|
42
65
|
is the original reference to be replaced, and
|
43
66
|
\fIREPLACE\fR
|
44
67
|
is the
|
45
68
|
URI
|
46
|
-
of the replacement entity to be used
|
69
|
+
of the replacement entity to be used\&. The
|
47
70
|
\fB\-\-add\fR
|
48
71
|
option will not overwrite
|
49
|
-
|
50
|
-
|
72
|
+
CATALOGFILE, outputting to
|
73
|
+
stdout, unless
|
51
74
|
\fB\-\-noout\fR
|
52
|
-
is used
|
75
|
+
is used\&. The
|
53
76
|
\fB\-\-add\fR
|
54
77
|
will always take three parameters even if some of the
|
55
78
|
XML
|
56
|
-
catalog constructs will have only a single argument
|
57
|
-
.
|
79
|
+
catalog constructs will have only a single argument\&.
|
80
|
+
.RE
|
81
|
+
.PP
|
58
82
|
\fB\-\-add \fR\fB\fIFILENAME\fR\fR
|
83
|
+
.RS 4
|
59
84
|
If the
|
60
85
|
\fB\-\-add\fR
|
61
86
|
option is used following the
|
62
87
|
\fB\-\-sgml\fR
|
63
88
|
option, only a single argument, a
|
64
|
-
\fIFILENAME\fR, is used
|
89
|
+
\fIFILENAME\fR, is used\&. This is used to add the name of a catalog file to an
|
65
90
|
SGML
|
66
91
|
supercatalog, a file that contains references to other included
|
67
92
|
SGML
|
68
|
-
catalog files
|
69
|
-
.
|
93
|
+
catalog files\&.
|
94
|
+
.RE
|
95
|
+
.PP
|
70
96
|
\fB\-\-create\fR
|
97
|
+
.RS 4
|
71
98
|
Create a new
|
72
99
|
XML
|
73
|
-
catalog
|
74
|
-
|
100
|
+
catalog\&. Outputs to
|
101
|
+
stdout, ignoring
|
75
102
|
\fIfilename\fR
|
76
103
|
unless
|
77
104
|
\fB\-\-noout\fR
|
78
105
|
is used, in which case it creates a new catalog file
|
79
|
-
\fIfilename\fR
|
80
|
-
.
|
106
|
+
\fIfilename\fR\&.
|
107
|
+
.RE
|
108
|
+
.PP
|
81
109
|
\fB\-\-del \fR\fB\fIVALUE(S)\fR\fR
|
110
|
+
.RS 4
|
82
111
|
Remove entries from
|
83
112
|
\fICATALOGFILE\fR
|
84
113
|
matching
|
85
|
-
\fIVALUE(S)\fR
|
114
|
+
\fIVALUE(S)\fR\&. The
|
86
115
|
\fB\-\-del\fR
|
87
116
|
option will not overwrite
|
88
117
|
\fICATALOGFILE\fR, outputting to
|
89
|
-
|
118
|
+
stdout, unless
|
90
119
|
\fB\-\-noout\fR
|
91
|
-
is used
|
92
|
-
.
|
120
|
+
is used\&.
|
121
|
+
.RE
|
122
|
+
.PP
|
93
123
|
\fB\-\-noout\fR
|
124
|
+
.RS 4
|
94
125
|
Save output to the named file rather than outputting to
|
95
|
-
|
96
|
-
.
|
126
|
+
stdout\&.
|
127
|
+
.RE
|
128
|
+
.PP
|
97
129
|
\fB\-\-no\-super\-update\fR
|
130
|
+
.RS 4
|
98
131
|
Do not update the
|
99
132
|
SGML
|
100
|
-
super catalog
|
101
|
-
.
|
133
|
+
super catalog\&.
|
134
|
+
.RE
|
135
|
+
.PP
|
102
136
|
\fB\-\-shell\fR
|
137
|
+
.RS 4
|
103
138
|
Run a shell allowing interactive queries on catalog file
|
104
|
-
\fICATALOGFILE\fR
|
105
|
-
the section called \(lqSHELL COMMANDS\(rq
|
106
|
-
.
|
139
|
+
\fICATALOGFILE\fR\&. For the set of available commands see
|
140
|
+
the section called \(lqSHELL COMMANDS\(rq\&.
|
141
|
+
.RE
|
142
|
+
.PP
|
107
143
|
\fB\-\-sgml\fR
|
144
|
+
.RS 4
|
108
145
|
Uses
|
109
146
|
SGML
|
110
147
|
super catalogs for
|
111
148
|
\fB\-\-add\fR
|
112
149
|
and
|
113
150
|
\fB\-\-del\fR
|
114
|
-
options
|
115
|
-
.
|
151
|
+
options\&.
|
152
|
+
.RE
|
153
|
+
.PP
|
116
154
|
\fB\-v\fR, \fB\-\-verbose\fR
|
117
|
-
|
155
|
+
.RS 4
|
156
|
+
Output debugging information\&.
|
157
|
+
.RE
|
118
158
|
.SH "SHELL COMMANDS"
|
119
159
|
.PP
|
120
160
|
Invoking
|
@@ -122,108 +162,179 @@ Invoking
|
|
122
162
|
with the
|
123
163
|
\fB\-\-shell \fR\fB\fICATALOGFILE\fR\fR
|
124
164
|
option opens a command line shell allowing interactive access to the catalog file identified by
|
125
|
-
\fICATALOGFILE\fR
|
126
|
-
.
|
165
|
+
\fICATALOGFILE\fR\&. Invoking the shell provides a command line prompt after which the following commands (described in alphabetical order) can be entered\&.
|
166
|
+
.PP
|
127
167
|
\fBadd \fR\fB\fITYPE\fR\fR\fB \fR\fB\fIORIG\fR\fR\fB \fR\fB\fIREPLACE\fR\fR\fB \fR
|
128
|
-
|
168
|
+
.RS 4
|
169
|
+
Add an entry to the catalog file\&.
|
129
170
|
\fITYPE\fR
|
130
|
-
indicates the type of entry
|
131
|
-
\fIpublic\fR, \fIsystem\fR, \fIrewriteSystem\fR, \fIrewriteURI\fR, \fIdelegatePublic\fR, \fIdelegateSystem\fR, \fInextCatalog\fR
|
171
|
+
indicates the type of entry\&. Possible types are:
|
172
|
+
\fIpublic\fR, \fIsystem\fR, \fIuri\fR, \fIrewriteSystem\fR, \fIrewriteURI\fR, \fIdelegatePublic\fR, \fIdelegateSystem\fR, \fIdelegateURI\fR, \fInextCatalog\fR\&.
|
132
173
|
\fIORIG\fR
|
133
174
|
is the original reference to be replaced, and
|
134
175
|
\fIREPLACE\fR
|
135
176
|
is the
|
136
177
|
URI
|
137
|
-
of the replacement entity to be used
|
178
|
+
of the replacement entity to be used\&. The
|
138
179
|
\fB\-\-add\fR
|
139
180
|
option will not overwrite
|
140
|
-
|
141
|
-
|
181
|
+
CATALOGFILE, outputting to
|
182
|
+
stdout, unless
|
142
183
|
\fB\-\-noout\fR
|
143
|
-
is used
|
184
|
+
is used\&. The
|
144
185
|
\fB\-\-add\fR
|
145
186
|
will always take three parameters even if some of the
|
146
187
|
XML
|
147
|
-
catalog constructs will have only a single argument
|
148
|
-
.
|
188
|
+
catalog constructs will have only a single argument\&.
|
189
|
+
.RE
|
190
|
+
.PP
|
149
191
|
\fBdebug\fR
|
192
|
+
.RS 4
|
150
193
|
Print debugging statements showing the steps
|
151
194
|
\fBxmlcatalog\fR
|
152
|
-
is executing
|
153
|
-
.
|
195
|
+
is executing\&.
|
196
|
+
.RE
|
197
|
+
.PP
|
154
198
|
\fBdel \fR\fB\fIVALUE(S)\fR\fR
|
199
|
+
.RS 4
|
155
200
|
Remove the catalog entry corresponding to
|
156
|
-
\fIVALUE(S)\fR
|
157
|
-
.
|
201
|
+
\fIVALUE(S)\fR\&.
|
202
|
+
.RE
|
203
|
+
.PP
|
158
204
|
\fBdump\fR
|
159
|
-
|
160
|
-
|
205
|
+
.RS 4
|
206
|
+
Print the current catalog\&.
|
207
|
+
.RE
|
208
|
+
.PP
|
161
209
|
\fBexit\fR
|
162
|
-
|
163
|
-
|
210
|
+
.RS 4
|
211
|
+
Quit the shell\&.
|
212
|
+
.RE
|
213
|
+
.PP
|
164
214
|
\fBpublic \fR\fB\fIPUBLIC\-ID\fR\fR
|
215
|
+
.RS 4
|
165
216
|
Execute a Formal Public Identifier look\-up of the catalog entry for
|
166
|
-
\fIPUBLIC\-ID\fR
|
167
|
-
.
|
217
|
+
\fIPUBLIC\-ID\fR\&. The corresponding entry will be output to the command line\&.
|
218
|
+
.RE
|
219
|
+
.PP
|
168
220
|
\fBquiet\fR
|
169
|
-
|
170
|
-
|
221
|
+
.RS 4
|
222
|
+
Stop printing debugging statements\&.
|
223
|
+
.RE
|
224
|
+
.PP
|
171
225
|
\fBsystem \fR\fB\fISYSTEM\-ID\fR\fR
|
226
|
+
.RS 4
|
172
227
|
Execute a Formal Public Identifier look\-up of the catalog entry for
|
173
|
-
\fISYSTEM\-ID\fR
|
228
|
+
\fISYSTEM\-ID\fR\&. The corresponding entry will be output to the command line\&.
|
229
|
+
.RE
|
174
230
|
.SH "ENVIRONMENT"
|
175
|
-
.
|
231
|
+
.PP
|
176
232
|
\fBXML_CATALOG_FILES\fR
|
233
|
+
.RS 4
|
177
234
|
XML
|
178
|
-
catalog behavior can be changed by redirecting queries to the user
|
235
|
+
catalog behavior can be changed by redirecting queries to the user\*(Aqs own set of catalogs\&. This can be done by setting the
|
179
236
|
\fBXML_CATALOG_FILES\fR
|
180
|
-
environment variable to a list of catalogs
|
181
|
-
|
182
|
-
catalog
|
237
|
+
environment variable to a list of catalogs\&. An empty one should deactivate loading the default
|
238
|
+
/etc/xml/catalog
|
239
|
+
catalog\&.
|
240
|
+
.RE
|
183
241
|
.SH "DIAGNOSTICS"
|
184
242
|
.PP
|
243
|
+
|
185
244
|
\fBxmlcatalog\fR
|
186
|
-
return codes provide information that can be used when calling it from scripts
|
187
|
-
.
|
245
|
+
return codes provide information that can be used when calling it from scripts\&.
|
246
|
+
.PP
|
188
247
|
\fB0\fR
|
248
|
+
.RS 4
|
189
249
|
No error
|
190
|
-
.
|
250
|
+
.RE
|
251
|
+
.PP
|
191
252
|
\fB1\fR
|
253
|
+
.RS 4
|
192
254
|
Failed to remove an entry from the catalog
|
193
|
-
.
|
255
|
+
.RE
|
256
|
+
.PP
|
194
257
|
\fB2\fR
|
258
|
+
.RS 4
|
195
259
|
Failed to save to the catalog, check file permissions
|
196
|
-
.
|
260
|
+
.RE
|
261
|
+
.PP
|
197
262
|
\fB3\fR
|
263
|
+
.RS 4
|
198
264
|
Failed to add an entry to the catalog
|
199
|
-
.
|
265
|
+
.RE
|
266
|
+
.PP
|
200
267
|
\fB4\fR
|
268
|
+
.RS 4
|
201
269
|
Failed to look up an entry in the catalog
|
270
|
+
.RE
|
202
271
|
.SH "SEE ALSO"
|
203
272
|
.PP
|
204
273
|
\fBlibxml\fR(3)
|
205
274
|
.PP
|
206
275
|
More information can be found at
|
207
|
-
.
|
208
|
-
|
276
|
+
.sp
|
277
|
+
.RS 4
|
278
|
+
.ie n \{\
|
279
|
+
\h'-04'\(bu\h'+03'\c
|
280
|
+
.\}
|
281
|
+
.el \{\
|
282
|
+
.sp -1
|
283
|
+
.IP \(bu 2.3
|
284
|
+
.\}
|
209
285
|
\fBlibxml\fR(3)
|
210
286
|
web page
|
211
|
-
\
|
212
|
-
.
|
213
|
-
|
287
|
+
\m[blue]\fB\%http://www.xmlsoft.org/\fR\m[]
|
288
|
+
.RE
|
289
|
+
.sp
|
290
|
+
.RS 4
|
291
|
+
.ie n \{\
|
292
|
+
\h'-04'\(bu\h'+03'\c
|
293
|
+
.\}
|
294
|
+
.el \{\
|
295
|
+
.sp -1
|
296
|
+
.IP \(bu 2.3
|
297
|
+
.\}
|
214
298
|
\fBlibxml\fR(3)
|
215
299
|
catalog support web page at
|
216
|
-
\
|
217
|
-
.
|
218
|
-
|
219
|
-
|
300
|
+
\m[blue]\fB\%http://www.xmlsoft.org/catalog.html\fR\m[]
|
301
|
+
.RE
|
302
|
+
.sp
|
303
|
+
.RS 4
|
304
|
+
.ie n \{\
|
305
|
+
\h'-04'\(bu\h'+03'\c
|
306
|
+
.\}
|
307
|
+
.el \{\
|
308
|
+
.sp -1
|
309
|
+
.IP \(bu 2.3
|
310
|
+
.\}
|
311
|
+
James Clark\*(Aqs
|
220
312
|
SGML
|
221
313
|
catalog page
|
222
|
-
\
|
223
|
-
.
|
224
|
-
|
225
|
-
|
314
|
+
\m[blue]\fB\%http://www.jclark.com/sp/catalog.htm\fR\m[]
|
315
|
+
.RE
|
316
|
+
.sp
|
317
|
+
.RS 4
|
318
|
+
.ie n \{\
|
319
|
+
\h'-04'\(bu\h'+03'\c
|
320
|
+
.\}
|
321
|
+
.el \{\
|
322
|
+
.sp -1
|
323
|
+
.IP \(bu 2.3
|
324
|
+
.\}
|
325
|
+
OASIS
|
326
|
+
XML
|
226
327
|
catalog specification
|
227
|
-
\
|
328
|
+
\m[blue]\fB\%http://www.oasis-open.org/committees/entity/spec.html\fR\m[]
|
329
|
+
.RE
|
330
|
+
.sp
|
228
331
|
.SH "AUTHOR"
|
229
|
-
|
332
|
+
.PP
|
333
|
+
\fBJohn Fleck\fR <\&jfleck@inkstain\&.net\&>
|
334
|
+
.RS 4
|
335
|
+
Author.
|
336
|
+
.RE
|
337
|
+
.SH "COPYRIGHT"
|
338
|
+
.br
|
339
|
+
Copyright \(co 2001, 2004
|
340
|
+
.br
|
@@ -5,7 +5,7 @@ libxml \- library used to parse XML files
|
|
5
5
|
The
|
6
6
|
.I libxml
|
7
7
|
library is used to parse XML files.
|
8
|
-
Its internal document
|
8
|
+
Its internal document representation is as close as possible to the
|
9
9
|
.I DOM
|
10
10
|
(Document Object Model) interface,
|
11
11
|
an API for accessing XML or HTML structured documents.
|