RSS/Atom feed Twitter
Site is read-only, email is disabled

gimp-help-2 .. xi:include

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

3 of 3 messages available
Toggle history

Please log in to manage your subscriptions.

gimp-help-2 .. xi:include Owen 11 Jan 06:07
  gimp-help-2 .. xi:include Sven Neumann 11 Jan 15:28
   gimp-help-2 .. xi:include Owen 12 Jan 03:56
Owen
2004-01-11 06:07:26 UTC (over 20 years ago)

gimp-help-2 .. xi:include

Docbook is nearly as difficult as fonts!

Tried making the latest CVS

cd ../html/C && /usr//bin/xsltproc --xinclude --nonet ../../stylesheets/plainhtml.xsl ../../src/gimp.xml Writing gimp-xrefs-en.xml for book(GIMP) No template matches xi:include in chapter.

and 100s more of No template matches xi:include

The URL here

doesn't seem to point to anything specific but you can find an XML schema for the XI namespace by hunting around that site.

Google is not much help.

Would be most grateful for any clues.

Sven Neumann
2004-01-11 15:28:45 UTC (over 20 years ago)

gimp-help-2 .. xi:include

Hi,

Owen writes:

Docbook is nearly as difficult as fonts!

Creating a working setup for processing Docbook is a lot more difficult than configuring fonts especially since fonts are so simple to handle nowadays.

Tried making the latest CVS

cd ../html/C && /usr//bin/xsltproc --xinclude --nonet ../../stylesheets/plainhtml.xsl ../../src/gimp.xml Writing gimp-xrefs-en.xml for book(GIMP) No template matches xi:include in chapter.

and 100s more of No template matches xi:include

The URL here

doesn't seem to point to anything specific but you can find an XML schema for the XI namespace by hunting around that site.

An xmlns URL doesn't need to point to any document. It's just an identifier, you aren't supposed to interpret it as a link.

Let me quote what I just sent to gimp-developer on pretty much the same subject:

The DTDs are absolutely necessary in order to process the files. You cannot expect things to work if the DTDs are missing. Also you shouldn't use the DTDs from the network but have them installed at your computer. You will need an XML catalog file that tells your XSLT processort where the DTDs are found on your disk. Usually this file lives in /etc/xml. AFAIK it is correctly installed on recent RedHat systems; it is known to be broken on Debian and I don't know about other distributions. For Debian there is a script that attempts to fix the catalog file. Use it at your own risk:

http://sven.gimp.org/build-xml-catalog-for-debian.sh

Sven

Owen
2004-01-12 03:56:36 UTC (over 20 years ago)

gimp-help-2 .. xi:include

Organization: The Mdk 9.1 machine (Nr 1) X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit

On 11 Jan 2004 15:28:45 +0100 Sven Neumann wrote:

cd ../html/C && /usr//bin/xsltproc --xinclude --nonet ../../stylesheets/plainhtml.xsl ../../src/gimp.xml Writing gimp-xrefs-en.xml for book(GIMP) No template matches xi:include in chapter.

and 100s more of No template matches xi:include

The URL here

Thanks to the corresspondence on both these lists, now have gimp-help-2 working.

On this Mdk 9.2 machine, downloaded and installed;

libxml2-2.6.4.tar.gz (dated 24 Dec 03) libxslt-1.1.2.tar.gz (dated 24 Dec 03)

Now $ xsltproc --version
Using libxml 20604, libxslt 10102 and libexslt 802 xsltproc was compiled against libxml 20604, libxslt 10102 and libexslt 802

libxslt 10102 was compiled against libxml 20604 libexslt 802 was compiled against libxml 20604

The only errors in the gimp-help-2 build were a couple like; Error: no ID for constraint linkend: toolbox-colorpicker. Error: no ID for constraint linkend: glossary-modes. Which I presume is known.

Thanks,looking good