From ismael@olea.org Tue Jan 11 09:49:00 2005 From: ismael@olea.org (Ismael Olea) Date: Tue, 11 Jan 2005 09:49:00 -0000 Subject: XHTML support for xmlo Message-ID: <1105436926.32289.118.camel@lisergia> Hi Tim: I've just extended xmlto to convert XHTML files into XSL:FO/PDF/txt. I've packaged an xhtml2fo stylesheet from Antennahouse. Included with this message you get the patch and modified spec file. You can get RPM's from my website: http://www.olea.org/paquetes-rpm/xmlto-0.0.18-4_1olea.src.rpm http://www.olea.org/paquetes-rpm/xmlto-0.0.18-4_1olea.i386.rpm http://www.olea.org/paquetes-rpm/xhtml2fo-style-xsl-20050106-1.src.rpm http://www.olea.org/paquetes-rpm/xhtml2fo-style-xsl-20050106-1.noarch.rpm The new stylesheet is not perfect but offers a great feature and my test doesn't show any operation problem, so IMHO is ready for the use. The integration had been relatively easy cause the nice xmlto architecture. Now will be a bit more easy to add new source formats. Honestly, would be beautiful to see then published in future Fedora Core releases :-) -- A. Ismael Olea Gonz?lez mailto:ismael@olea.org http://www.olea.org http://aduaneros.olea.org, la ONG sin futuro. El mundo debe empezar a tener miedo a un planeta OLEA -------------- next part -------------- A non-text attachment was scrubbed... Name: xmlto-xhtml2fo.patch Type: text/x-patch Size: 5676 bytes Desc: not available URL: -------------- next part -------------- %{!?tetex:%define tetex 1} Summary: A tool for converting XML files to various formats. Name: xmlto Version: 0.0.18 Release: 4_1olea License: GPL Group: Applications/System URL: http://cyberelk.net/tim/xmlto/ Source0: ftp://cyberelk.net/tim/data/xmlto/stable/%{name}-%{version}.tar.bz2 Patch0: xmlto-xhtml2fo.patch BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot BuildRequires: docbook-xsl >= 1.56.0 BuildRequires: libxslt # We rely heavily on the DocBook XSL stylesheets! Requires: docbook-xsl >= 1.56.0 # For full functionality, we need passivetex. %if %{tetex} Requires: passivetex >= 1.11 %endif Requires: libxslt Requires: docbook-dtds Requires: libxml Requires: xhtml2fo-style-xsl %description This is a package for converting XML files to various formats using XSL stylesheets. %prep %setup -q %patch -p1 %build %configure make make check %install rm -rf %{buildroot} %makeinstall %clean rm -rf %{buildroot} %files %defattr(-,root,root) %{_bindir}/* %{_mandir}/*/* %{_datadir}/xmlto %changelog * Tue Jan 11 2005 Ismael Olea - Added xhtml2fo stylesheet. * Thu Jul 1 2004 Tim Waugh 0.0.18-4 - Magic encoding is enabled again (bug #126921). * Tue Jun 15 2004 Elliot Lee - rebuilt * Fri Feb 13 2004 Elliot Lee - rebuilt * Wed Jan 21 2004 Tim Waugh 0.0.18-1 - 0.0.18. * Mon Dec 1 2003 Tim Waugh 0.0.17-1 - 0.0.17. * Tue Nov 18 2003 Tim Waugh 0.0.16-1 - 0.0.16. * Tue Oct 7 2003 Tim Waugh 0.0.15-1 - 0.0.15. * Tue Sep 23 2003 Florian La Roche - allow compiling without tetex(passivetex) dependency * Tue Jun 17 2003 Tim Waugh 0.0.14-3 - Rebuilt. * Wed Jun 04 2003 Elliot Lee - rebuilt * Fri May 23 2003 Tim Waugh 0.0.14-1 - 0.0.14. * Sun May 11 2003 Tim Waugh 0.0.13-1 - 0.0.13. * Wed Jan 22 2003 Tim Powers - rebuilt * Fri Jan 3 2003 Tim Waugh 0.0.12-2 - Disable magic encoding detection, since the stylesheets don't handle it well at all (bug #80732). * Thu Dec 12 2002 Tim Waugh 0.0.12-1 - 0.0.12. * Wed Oct 16 2002 Tim Waugh 0.0.11-1 - 0.0.11. - xmlto.mak no longer needed. - CVS patch no longer needed. - Update docbook-xsl requirement. - Ship xmlif. - Run tests. - No longer a noarch package. * Tue Jul 9 2002 Tim Waugh 0.0.10-4 - Ship xmlto.mak. * Thu Jun 27 2002 Tim Waugh 0.0.10-3 - Some db2man improvements from CVS. * Fri Jun 21 2002 Tim Powers 0.0.10-2 - automated rebuild * Tue Jun 18 2002 Tim Waugh 0.0.10-1 - 0.0.10. - No longer need texinputs patch. * Tue Jun 18 2002 Tim Waugh 0.0.9-3 - Fix TEXINPUTS problem with ps and dvi backends. * Thu May 23 2002 Tim Powers 0.0.9-2 - automated rebuild * Wed May 1 2002 Tim Waugh 0.0.9-1 - 0.0.9. - The nonet patch is no longer needed. * Fri Apr 12 2002 Tim Waugh 0.0.8-3 - Don't fetch entities over the network. * Thu Feb 21 2002 Tim Waugh 0.0.8-2 - Rebuild in new environment. * Tue Feb 12 2002 Tim Waugh 0.0.8-1 - 0.0.8. * Fri Jan 25 2002 Tim Waugh 0.0.7-2 - Require the DocBook DTDs. * Mon Jan 21 2002 Tim Waugh 0.0.7-1 - 0.0.7 (bug #58624, bug #58625). * Wed Jan 16 2002 Tim Waugh 0.0.6-1 - 0.0.6. * Wed Jan 09 2002 Tim Powers 0.0.5-4 - automated rebuild * Wed Jan 9 2002 Tim Waugh 0.0.5-3 - 0.0.6pre2. * Wed Jan 9 2002 Tim Waugh 0.0.5-2 - 0.0.6pre1. * Tue Jan 8 2002 Tim Waugh 0.0.5-1 - 0.0.5. * Mon Dec 17 2001 Tim Waugh 0.0.4-2 - 0.0.4. - Apply patch from CVS to fix silly typos. * Sat Dec 8 2001 Tim Waugh 0.0.3-1 - 0.0.3. * Wed Dec 5 2001 Tim Waugh - Built for Red Hat Linux. * Fri Nov 23 2001 Tim Waugh - Initial spec file. From bronger@physik.rwth-aachen.de Sun Jan 30 21:50:00 2005 From: bronger@physik.rwth-aachen.de (Torsten Bronger) Date: Sun, 30 Jan 2005 21:50:00 -0000 Subject: New version of docbook2man causes errors Message-ID: <87oef6oac2.fsf@wilson.rwth-aachen.de> Hall?chen! I installed docbook-utils as a SUSE RPM on my pristine SUSE 9.2 system (v0.6.14). I had used docbook2man before with the call docbook2man --encoding=ISO8859-1 some.xml however, this doesn't work anymore. First, the --encoding doesn't seem to be passed to jade but gives an error. And secondly, the script aborts with bronger@wilson:~/xml/tbook_aktuell/manpages> docbook2man tbtolatex.xml Using catalogs: /usr/share/sgml/docbook/dsssl-stylesheets-1.78/common/catalog, /usr/share/sgml/docbook/dsssl-stylesheets-1.78/catalog, /usr/share/sgml/docbook/dsssl-stylesheets-1.78/dtds/html/catalog, /usr/share/sgml/docbook/dsssl-stylesheets-1.78/html/catalog, /usr/share/sgml/docbook/dsssl-stylesheets-1.78/print/catalog, /usr/share/sgml/openjade/catalog, , /etc/sgml/catalog, /usr/share/sgml/CATALOG.docbook-dsssl-stylesheets Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print Working on: /home/bronger/xml/tbook_aktuell/manpages/tbtolatex.xml Unknown processing instruction: xml version="1.0" encoding="iso-8859-1" at /usr/share/sgml/docbook/utils-0.6.14/helpers/docbook2man-spec.pl line 1241, line 1. tbtolatex.xml is a valid DocBook XML document. All this used to work with my old system. Are there two variants of docbook2man around there? If not, what can I do about these errors? Thank you! Tsch?, Torsten. -- Torsten Bronger, aquisgrana, europa vetus From bradbates21@freezoo.com Fri Apr 8 22:21:00 2005 From: bradbates21@freezoo.com (brad) Date: Fri, 08 Apr 2005 22:21:00 -0000 Subject: for your website Message-ID: Ill have my website back up tonight. I had to get new hosting. heres a link when you want to check it out. http://geocities.com/tbaker2213/ From h.sokolowski@wsisiz.edu.pl Tue Apr 26 06:08:00 2005 From: h.sokolowski@wsisiz.edu.pl (Hubert Sokolowski) Date: Tue, 26 Apr 2005 06:08:00 -0000 Subject: paper type Message-ID: <25054.80.51.9.3.1114495694.squirrel@poczta.wsisiz.edu.pl> Hi! Sorry, if my problem was discussed on this list, I am very new to DocBook. I have a DocBook document starting with and I want it to convert to PDF using landscape page orientation. I use db2pdf to do this. But the only way I found to convert paper type is to edit docbook-utils.dsl located in /usr/share/sgml/docbook/utils-0.6.14 on my system. Is it possible to pass this parameter somehow from the command line or from my DocBook sources? regards hs From e.bischoff@noos.fr Tue Apr 26 10:16:00 2005 From: e.bischoff@noos.fr (=?iso-8859-2?q?=C9ric_Bischoff?=) Date: Tue, 26 Apr 2005 10:16:00 -0000 Subject: paper type In-Reply-To: <25054.80.51.9.3.1114495694.squirrel@poczta.wsisiz.edu.pl> References: <25054.80.51.9.3.1114495694.squirrel@poczta.wsisiz.edu.pl> Message-ID: <200504261158.58623.e.bischoff@noos.fr> Le Mardi 26 Avril 2005 08:08, Hubert Sokolowski a ?crit?: > Hi! > > Sorry, if my problem was discussed on this list, I am very new to DocBook. > > I have a DocBook document starting with > "/usr/share/sgml/docbook/sgml-dtd-4.1/docbook.dtd"> > > > and I want it to convert to PDF using landscape page orientation. > I use db2pdf to do this. But the only way I found to convert paper type is > to edit docbook-utils.dsl located in /usr/share/sgml/docbook/utils-0.6.14 > on my system. Is it possible to pass this parameter somehow from the > command line or from my DocBook sources? Hmmm. You can provide several entries in the stylesheet, one for each paper size. Then it should be possible to select the correct entry with a syntax like style.dsl#a4 or style.dsl#letter. However, if I remind correctly, the docbook-utils work with default entries like #print. Perharprs it would require some adaptation. Sorry not to be more precise. -- Never try and teach a pig to sing, you waste your time and annoy the pig - Mark Twain From h.sokolowski@wsisiz.edu.pl Tue Apr 26 11:09:00 2005 From: h.sokolowski@wsisiz.edu.pl (Hubert Sokolowski) Date: Tue, 26 Apr 2005 11:09:00 -0000 Subject: paper type In-Reply-To: <200504261158.58623.e.bischoff@noos.fr> References: <25054.80.51.9.3.1114495694.squirrel@poczta.wsisiz.edu.pl> <200504261158.58623.e.bischoff@noos.fr> Message-ID: <41411.80.51.9.3.1114513750.squirrel@poczta.wsisiz.edu.pl> > Le Mardi 26 Avril 2005 08:08, Hubert Sokolowski a ??crit : >> Hi! >> >> Sorry, if my problem was discussed on this list, I am very new to >> DocBook. >> >> I have a DocBook document starting with >> > "/usr/share/sgml/docbook/sgml-dtd-4.1/docbook.dtd"> >> > cols="11"> >> >> and I want it to convert to PDF using landscape page orientation. >> I use db2pdf to do this. But the only way I found to convert paper type >> is >> to edit docbook-utils.dsl located in >> /usr/share/sgml/docbook/utils-0.6.14 >> on my system. Is it possible to pass this parameter somehow from the >> command line or from my DocBook sources? > > Hmmm. You can provide several entries in the stylesheet, one for each > paper > size. Then it should be possible to select the correct entry with a syntax > like style.dsl#a4 or style.dsl#letter. However, if I remind correctly, the > docbook-utils work with default entries like #print. Perharprs it would > require some adaptation. > thanks for you reply. I have managed to solve this problem by editing docbook-utils.dsl and saving it to another dsl file, so I can pass this file on a command line for db2pdf. I can distribute this dsl file with my application to other systems without the need to edit docbook-utils.dsl. But I stopped using DocBook for my application for now, because I could not solve problems with tables, column widths and preformatted text in entries. Now I create PDFs from HTML using htmldoc and I have beautifull tables :). I could switch back if there was a way to have column width in a table set automatically. From e.bischoff@noos.fr Tue Apr 26 11:46:00 2005 From: e.bischoff@noos.fr (=?iso-8859-2?q?=C9ric_Bischoff?=) Date: Tue, 26 Apr 2005 11:46:00 -0000 Subject: paper type In-Reply-To: <41411.80.51.9.3.1114513750.squirrel@poczta.wsisiz.edu.pl> References: <25054.80.51.9.3.1114495694.squirrel@poczta.wsisiz.edu.pl> <200504261158.58623.e.bischoff@noos.fr> <41411.80.51.9.3.1114513750.squirrel@poczta.wsisiz.edu.pl> Message-ID: <200504261344.29889.e.bischoff@noos.fr> Le Mardi 26 Avril 2005 13:09, Hubert Sokolowski a ?crit?: > thanks for you reply. I have managed to solve this problem by editing > docbook-utils.dsl and saving it to another dsl file, so I can pass this > file on a command line for db2pdf. Ah yes, that works too. I was considering a solution based on one single generic style sheet. But it's of course simpler to use one style sheet per paper format. > I can distribute this dsl file with my > application to other systems without the need to edit docbook-utils.dsl. > But I stopped using DocBook for my application for now, because I could > not solve problems with tables, column widths and preformatted text in > entries. Now I create PDFs from HTML using htmldoc and I have beautifull > tables :). I could switch back if there was a way to have column width in > a table set automatically. Have you tried more recent styles sheets ? The fo ones, using fop. Perharps it would solve your problems with tables. And it would be much a cleaner solution than one based on HTML... -- Never try and teach a pig to sing, you waste your time and annoy the pig - Mark Twain From h.sokolowski@wsisiz.edu.pl Tue Apr 26 11:57:00 2005 From: h.sokolowski@wsisiz.edu.pl (Hubert Sokolowski) Date: Tue, 26 Apr 2005 11:57:00 -0000 Subject: paper type In-Reply-To: <200504261344.29889.e.bischoff@noos.fr> References: <25054.80.51.9.3.1114495694.squirrel@poczta.wsisiz.edu.pl> <200504261158.58623.e.bischoff@noos.fr> <41411.80.51.9.3.1114513750.squirrel@poczta.wsisiz.edu.pl> <200504261344.29889.e.bischoff@noos.fr> Message-ID: <22482.80.51.9.3.1114516644.squirrel@poczta.wsisiz.edu.pl> > Have you tried more recent styles sheets ? The fo ones, using fop. > Perharps it > would solve your problems with tables. And it would be much a cleaner > solution than one based on HTML... > No, I just used the one from sgml-tools package. Where can I get better styles sheets? I downloaded fop-0.20.5 but there is no *.dsl files in it. From e.bischoff@noos.fr Tue Apr 26 12:56:00 2005 From: e.bischoff@noos.fr (=?iso-8859-2?q?=C9ric_Bischoff?=) Date: Tue, 26 Apr 2005 12:56:00 -0000 Subject: paper type In-Reply-To: <22482.80.51.9.3.1114516644.squirrel@poczta.wsisiz.edu.pl> References: <25054.80.51.9.3.1114495694.squirrel@poczta.wsisiz.edu.pl> <200504261344.29889.e.bischoff@noos.fr> <22482.80.51.9.3.1114516644.squirrel@poczta.wsisiz.edu.pl> Message-ID: <200504261451.29815.e.bischoff@noos.fr> Le Mardi 26 Avril 2005 13:57, Hubert Sokolowski a ?crit?: > > Have you tried more recent styles sheets ? The fo ones, using fop. > > Perharps it > > would solve your problems with tables. And it would be much a cleaner > > solution than one based on HTML... > > No, I just used the one from sgml-tools package. Where can I get better > styles sheets? I downloaded fop-0.20.5 but there is no *.dsl files in it. FOP is the rendering engine, just like TeX was at old sgml-tools and docbook-utils times. It does not know anything about docbook. The docbook XSLT stylesheets that take care of the rendering details, and that replace the old DSSL stylesheets, are distributed by Norman Walsh. Under Linux, look for packages like docbook-xsl-stylesheets. Under Windows or Mac OS, I don't know, but it must be something similar. -- Never try and teach a pig to sing, you waste your time and annoy the pig - Mark Twain From h.sokolowski@wsisiz.edu.pl Wed Apr 27 09:16:00 2005 From: h.sokolowski@wsisiz.edu.pl (Hubert Sokolowski) Date: Wed, 27 Apr 2005 09:16:00 -0000 Subject: paper type Message-ID: <39627.80.51.9.3.1114593391.squirrel@poczta.wsisiz.edu.pl> Hi! Sorry for asking again, as I suppose, very newbie questions. I have upgraded openjade and jadetex to the latest versions, and installed Normal Walsh's style sheets. I also have some xml tests documents. How to generate a PDF document from for example informaltable.001.xml (as found in docbook-testdocs-1.1) using openjade and jadetex ? thanks in advance hs From e.bischoff@noos.fr Wed Apr 27 11:47:00 2005 From: e.bischoff@noos.fr (=?iso-8859-2?q?=C9ric_Bischoff?=) Date: Wed, 27 Apr 2005 11:47:00 -0000 Subject: paper type In-Reply-To: <39627.80.51.9.3.1114593391.squirrel@poczta.wsisiz.edu.pl> References: <39627.80.51.9.3.1114593391.squirrel@poczta.wsisiz.edu.pl> Message-ID: <200504271345.25262.e.bischoff@noos.fr> Le Mercredi 27 Avril 2005 11:16, Hubert Sokolowski a ?crit?: > Hi! > > Sorry for asking again, as I suppose, very newbie questions. I have > upgraded openjade and jadetex to the latest versions, and installed > Normal Walsh's style sheets. I also have some xml tests documents. How to > generate a PDF document from for example informaltable.001.xml (as found > in docbook-testdocs-1.1) using openjade and jadetex ? docbook2html ? But if you want to use fop, as your previous messge stated, you don't need neither openjade nor jadetex. That's for DSSSL. -- Never try and teach a pig to sing, you waste your time and annoy the pig - Mark Twain From h.sokolowski@wsisiz.edu.pl Wed Apr 27 12:05:00 2005 From: h.sokolowski@wsisiz.edu.pl (Hubert Sokolowski) Date: Wed, 27 Apr 2005 12:05:00 -0000 Subject: paper type In-Reply-To: <200504271345.25262.e.bischoff@noos.fr> References: <39627.80.51.9.3.1114593391.squirrel@poczta.wsisiz.edu.pl> <200504271345.25262.e.bischoff@noos.fr> Message-ID: <48839.80.51.9.3.1114603490.squirrel@poczta.wsisiz.edu.pl> > Le Mercredi 27 Avril 2005 11:16, Hubert Sokolowski a ??crit : >> Hi! >> >> Sorry for asking again, as I suppose, very newbie questions. I have >> upgraded openjade and jadetex to the latest versions, and installed >> Normal Walsh's style sheets. I also have some xml tests documents. How >> to >> generate a PDF document from for example informaltable.001.xml (as found >> in docbook-testdocs-1.1) using openjade and jadetex ? > > docbook2html ? > > But if you want to use fop, as your previous messge stated, you don't need > neither openjade nor jadetex. That's for DSSSL. I have decided to use openjade with DSSSL and pdfjadetex. but when I execute a command openjade -s /usr/share/sgml/docbook/docbook-dsssl-1.79/common/catalog -d /usr/share/sgml/docbook/docbook-dsssl-1.79/print/docbook.dsl file.xml I get errors like this openjade:E: error reading "/usr/share/sgml/docbook/docbook-dsssl-1.79/print" (It is a directory) openjade:/usr/share/sgml/docbook/docbook-dsssl-1.79/common/catalog:1:0:E: character "O" not allowed in prolog openjade:E: specification document does not have the DSSSL architecture as a base architecture this is probably a bad way to execute openjade but I could not find any examples on it. From e.bischoff@noos.fr Wed Apr 27 13:24:00 2005 From: e.bischoff@noos.fr (=?iso-8859-2?q?=C9ric_Bischoff?=) Date: Wed, 27 Apr 2005 13:24:00 -0000 Subject: paper type In-Reply-To: <48839.80.51.9.3.1114603490.squirrel@poczta.wsisiz.edu.pl> References: <39627.80.51.9.3.1114593391.squirrel@poczta.wsisiz.edu.pl> <200504271345.25262.e.bischoff@noos.fr> <48839.80.51.9.3.1114603490.squirrel@poczta.wsisiz.edu.pl> Message-ID: <200504271522.31657.e.bischoff@noos.fr> Le Mercredi 27 Avril 2005 14:04, Hubert Sokolowski a ?crit?: > /usr/share/sgml/docbook/docbook-dsssl-1.79/common/catalog That file is probably broken. -- Never try and teach a pig to sing, you waste your time and annoy the pig - Mark Twain From h.sokolowski@wsisiz.edu.pl Thu Apr 28 06:15:00 2005 From: h.sokolowski@wsisiz.edu.pl (Hubert Sokolowski) Date: Thu, 28 Apr 2005 06:15:00 -0000 Subject: paper type In-Reply-To: <200504271522.31657.e.bischoff@noos.fr> References: <39627.80.51.9.3.1114593391.squirrel@poczta.wsisiz.edu.pl> <200504271345.25262.e.bischoff@noos.fr> <48839.80.51.9.3.1114603490.squirrel@poczta.wsisiz.edu.pl> <200504271522.31657.e.bischoff@noos.fr> Message-ID: <27896.80.51.9.3.1114668915.squirrel@poczta.wsisiz.edu.pl> > Le Mercredi 27 Avril 2005 14:04, Hubert Sokolowski a ??crit : >> /usr/share/sgml/docbook/docbook-dsssl-1.79/common/catalog > > That file is probably broken. it looks like this OVERRIDE YES PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//AF" "dbl1af.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//BG" "dbl1bg.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//BS" "dbl1bs.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//CA" "dbl1ca.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//CS" "dbl1cs.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//DA" "dbl1da.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//DE" "dbl1de.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//EL" "dbl1el.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//EN" "dbl1en.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//ES" "dbl1es.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//ET" "dbl1et.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//EU" "dbl1eu.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//FI" "dbl1fi.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//FR" "dbl1fr.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//HU" "dbl1hu.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//IN" "dbl1id.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//IT" "dbl1it.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//JA" "dbl1ja.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//KO" "dbl1ko.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//NL" "dbl1nl.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//NN" "dbl1nn.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//NO" "dbl1no.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//PL" "dbl1pl.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//PT" "dbl1pt.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//PTBR" "dbl1ptbr.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//RO" "dbl1ro.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//RU" "dbl1ru.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//SK" "dbl1sk.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//SL" "dbl1sl.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//SR" "dbl1sr.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//SV" "dbl1sv.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//TR" "dbl1tr.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//UK" "dbl1uk.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//XH" "dbl1xh.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//ZHCN" "dbl1zhcn.ent" PUBLIC "-//Norman Walsh//ENTITIES DocBook Stylesheet Localization//ZHTW" "dbl1zhtw.ent" From e.bischoff@noos.fr Thu Apr 28 10:36:00 2005 From: e.bischoff@noos.fr (=?iso-8859-2?q?=C9ric_Bischoff?=) Date: Thu, 28 Apr 2005 10:36:00 -0000 Subject: paper type In-Reply-To: <27896.80.51.9.3.1114668915.squirrel@poczta.wsisiz.edu.pl> References: <39627.80.51.9.3.1114593391.squirrel@poczta.wsisiz.edu.pl> <200504271522.31657.e.bischoff@noos.fr> <27896.80.51.9.3.1114668915.squirrel@poczta.wsisiz.edu.pl> Message-ID: <200504281232.17542.e.bischoff@noos.fr> Le Jeudi 28 Avril 2005 08:15, Hubert Sokolowski a ?crit?: > > Le Mercredi 27 Avril 2005 14:04, Hubert Sokolowski a ?crit : > >> /usr/share/sgml/docbook/docbook-dsssl-1.79/common/catalog > > > > That file is probably broken. > > it looks like this > > OVERRIDE YES Try removing the OVERRIDE option -- Never try and teach a pig to sing, you waste your time and annoy the pig - Mark Twain From h.sokolowski@wsisiz.edu.pl Thu Apr 28 10:41:00 2005 From: h.sokolowski@wsisiz.edu.pl (Hubert Sokolowski) Date: Thu, 28 Apr 2005 10:41:00 -0000 Subject: paper type In-Reply-To: <200504281232.17542.e.bischoff@noos.fr> References: <39627.80.51.9.3.1114593391.squirrel@poczta.wsisiz.edu.pl> <200504271522.31657.e.bischoff@noos.fr> <27896.80.51.9.3.1114668915.squirrel@poczta.wsisiz.edu.pl> <200504281232.17542.e.bischoff@noos.fr> Message-ID: <13269.80.51.9.3.1114684864.squirrel@poczta.wsisiz.edu.pl> > Le Jeudi 28 Avril 2005 08:15, Hubert Sokolowski a ??crit : >> > Le Mercredi 27 Avril 2005 14:04, Hubert Sokolowski a ??crit : >> >> /usr/share/sgml/docbook/docbook-dsssl-1.79/common/catalog >> > >> > That file is probably broken. >> >> it looks like this >> >> OVERRIDE YES > > Try removing the OVERRIDE option thanks for your reply, I have solved my all problems with generating pdf from DocBook. Now the problem is that all columns in a table has the same width. It looks like that http://oceanic.wsisiz.edu.pl/~sokolowh/mieszko.pdf sgml file http://oceanic.wsisiz.edu.pl/~sokolowh/mieszko.sgml pdf was created with command openjade -t tex -d /usr/share/sgml/docbook/docbook-dsssl-1.79/print/docbook.dsl mieszko.sgml and pdfjadetex mieszko.tex Any ideas how to make tables behave like in html, so columns are automatically set to the minimal width? hs From e.bischoff@noos.fr Thu Apr 28 13:28:00 2005 From: e.bischoff@noos.fr (=?iso-8859-2?q?=C9ric_Bischoff?=) Date: Thu, 28 Apr 2005 13:28:00 -0000 Subject: paper type In-Reply-To: <13269.80.51.9.3.1114684864.squirrel@poczta.wsisiz.edu.pl> References: <39627.80.51.9.3.1114593391.squirrel@poczta.wsisiz.edu.pl> <200504281232.17542.e.bischoff@noos.fr> <13269.80.51.9.3.1114684864.squirrel@poczta.wsisiz.edu.pl> Message-ID: <200504281526.27099.e.bischoff@noos.fr> Le Jeudi 28 Avril 2005 12:41, Hubert Sokolowski a ?crit?: > thanks for your reply, I have solved my all problems with generating pdf > from DocBook. Now the problem is that all columns in a table has the same > width. > It looks like that > > http://oceanic.wsisiz.edu.pl/~sokolowh/mieszko.pdf > > sgml file > http://oceanic.wsisiz.edu.pl/~sokolowh/mieszko.sgml You probably need or things like that. But that's a docbook question, please switch to a docbook-dedidcated list for such questions. -- Never try and teach a pig to sing, you waste your time and annoy the pig - Mark Twain From afw@u.washington.edu Tue May 10 20:48:00 2005 From: afw@u.washington.edu (Alan Westhagen) Date: Tue, 10 May 2005 20:48:00 -0000 Subject: Indirection Message-ID: <42811E15.5000604@u.washington.edu> I have a lot of documents written in docbook xml which, up until recently, worked fine with docbook-tools. A typical header looks like this: I can no longer process the documents with docbook-tools. I believe the element that has changed is the dtd located at oasis-open.org. Since I have no power to correct what is installed at oasis-open.org, I would like to use local files, but with indirection, so that I do not have to change all the documents each time I upgrade my system. I tried to use a symbolic link as the system identifier. Emacs was happy with that, but docbook-tools broke. I tried putting OVERRIDE YES in the catalog file, but the tools still insist on being able to open the file referenced by the system identifier. Does anyone have a simple way of setting up indirection, catalog based or otherwise, for docbook tools? My setup is standard RedHat Enterprise Linux. Best regards, Alan From ebischoff@nerim.net Wed May 11 10:35:00 2005 From: ebischoff@nerim.net (=?iso-8859-1?q?=C9ric_Bischoff?=) Date: Wed, 11 May 2005 10:35:00 -0000 Subject: Indirection In-Reply-To: <42811E15.5000604@u.washington.edu> References: <42811E15.5000604@u.washington.edu> Message-ID: <200505111233.43649.ebischoff@nerim.net> Le Mardi 10 Mai 2005 22:48, Alan Westhagen a ?crit?: > I have a lot of documents written in docbook xml which, up until > recently, worked fine with docbook-tools. > > A typical header looks like this: > > > "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" > [ > ]> > > I can no longer process the documents with docbook-tools. I believe > the element that has changed is the dtd located at oasis-open.org. > > Since I have no power to correct what is installed at > oasis-open.org, I would like to use local files, but with indirection, > so that I do not have to change all the documents each time I > upgrade my system. I think that if you declare the local address of "=//OASIS//DTD DocBook XML V4.2//EN" in your catalogs, it should work. > I tried putting OVERRIDE YES in the catalog file, but the tools > still insist on being able to open the file referenced by the > system identifier. Ah. Then you would have to run a script to remove "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" from all your documents. I don't know. > Does anyone have a simple way of setting up indirection, catalog > based or otherwise, for docbook tools? My setup is standard > RedHat Enterprise Linux. Sorry, looks like I don't know. -- Never try and teach a pig to sing, you waste your time and annoy the pig - Mark Twain From ismael.olea@hispalinux.es Fri May 13 09:31:00 2005 From: ismael.olea@hispalinux.es (Ismael Olea) Date: Fri, 13 May 2005 09:31:00 -0000 Subject: Indirection In-Reply-To: <42811E15.5000604@u.washington.edu> References: <42811E15.5000604@u.washington.edu> Message-ID: <1115976677.13436.143.camel@lisergia> El mar, 10-05-2005 a las 13:48 -0700, Alan Westhagen escribi?: This seems to be an XML/SGML incompatibility I've never had time to study. For me the alternative was using the XML tool-chain. I'm in love with xmlto :-D > I have a lot of documents written in docbook xml which, up until > recently, worked fine with docbook-tools. > > A typical header looks like this: > > > "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" > [ > ]> > > I can no longer process the documents with docbook-tools. I believe > the element that has changed is the dtd located at oasis-open.org. > > Since I have no power to correct what is installed at > oasis-open.org, I would like to use local files, but with indirection, > so that I do not have to change all the documents each time I > upgrade my system. > > I tried to use a symbolic link as the system identifier. Emacs was > happy with that, but docbook-tools broke. > > I tried putting OVERRIDE YES in the catalog file, but the tools > still insist on being able to open the file referenced by the > system identifier. > > Does anyone have a simple way of setting up indirection, catalog > based or otherwise, for docbook tools? My setup is standard > RedHat Enterprise Linux. > > Best regards, > Alan From tqgibnsl@mpw.org Fri May 27 13:40:00 2005 From: tqgibnsl@mpw.org (lamonica Monteggia) Date: Fri, 27 May 2005 13:40:00 -0000 Subject: Increase your trading profits asap Message-ID: <055760.057.78171937@unprofessional-vq03.mpw.org> Hello Member Insider Profit Reporter: FRBV Is On Fire! Company - Fire Mountain Beverage Ticker - FRBV Current Price - .01 52 Week High - .35 3-5 Day target - .50 6months-target - 1.25 Detailed Information About The Company: FRBV Chairman Anthony K. Miller commented: ``Our goal is to provide investors with relevant information about our Company. We are excited about our future and we want our investors to have the same zeal for FRBV that we posses. We ask investors to subscribe to our newsletters through the website; we will forward all future newsletters and press releases to them at the appropriate time.'' Fire Mountain Beverage Company (FRBV) develops, markets, sells, and distributes branded purified and flavored water beverages. The Company products are orientated to the health conscious consumer looking for alternatives to tap water and carbonated beverages containing sugar, caffeine, sodium and carbohydrates. Fire Mountain's customer base includes single and multi-store retail operations, governmental agencies, distributors, convenience stores, schools and other outlets. These products take advantage of current market trends in the beverage industry that enhance the quality of life. FRBV has relationships that immediately provide the Company with distribution in thousands of retail locations including major food chains. FRBV Will Skyrocket it is at an all time low at the moment and will have a very impressive comeback all next week with major promotions taking place including releases in over 35 Newletters to millions of Investors. Also a fax campaign will be launched on friday for great results next week inside sources tell us. Be sure to get in immediately, don't miss out! timescale tout From Tobias@yubin.co.jp Thu Aug 18 04:25:00 2005 From: Tobias@yubin.co.jp (Isaias) Date: Thu, 18 Aug 2005 04:25:00 -0000 Subject: A Special Equity Situation Message-ID: <19447102478.101384103698@host45.metrored.hn> An Investor ALERT is being issued starting right NOW. Keep your eyes glued Thursday Aug 18, 2005 on CHMS... EXPLOSIVE PICK FOR OUR MEMBERS! !!! THIS IS OUR LOCK OF THE MONTH !!! OUR HOT PICK IS CHMS. SYMBOL: CHMS CURRENT PRICE: $.36 5 Day Trading Projection: $1.75 WE GIVE IT TO YOU AS A GIFT AND THIS IS WHY !!! ******PRESS RELEASE******PRESS RELEASE******PRESS RELEASE****** China Mobility Solutions Reports Q2-2005 Financials Tuesday August 16, 7:00 am ET VANCOUVER, B.C., Aug. 16 /PRNewswire-FirstCall/ -- China Mobility Solutions Inc. (OTC Bulletin Board: CHMS - News) is pleased to announce its second quarter financial statements for the period ended June 30, 2005. All figures are in US dollars. The Company achieved revenues of $1,164,618 in the second quarter of 2005, compared to $62,769 for the same period in 2004. CHMS revenues are from net sales of mobile marketing services in China and education courses offered in Canada. During the Quarter, the Company's revenues from the two businesses were as follows: $1,133,972 from mobile marketing services and $30, 646 from education. CHMS controls 51% of the mobile marketing services company and acquired this interest subsequent to Q2 2004, which explains the year-over-year discrepancy in revenue. While revenue and costs of revenue have been consolidated for reporting purposes, a 49% minority interest in the mobile marketing business exists, reducing the net income by 49%. China Mobility Solutions (OTC Bulletin Board: CHMS - News) is a leading provider of mobile business solutions to many diverse corporations across China. With its rapidly growing client base of more than 20,000 Chinese companies and access to a further 500,000 companies through its proprietary database, China Mobility Solutions is well positioned to become one of the largest providers of mobile business solutions in China. The Company has proprietary profit-sharing contracts with China's largest telecommunications companies -- China Mobile, China Unicom and China Telecom. Analysts predict that by 2007, China will have more than 500 million mobile phones in operation. In 2003, more than 200 billion text messages were sent through mobile phones in China. At the quarter ended June 30, 2005, the Company had $5,843,782 in cash. *** REMEMBER THIS IS A STONG BUY RECOMMENDATION TO ALL OUR INVESTORS. WE SEE BIG THINGS HAPPENING. WATCH CHMS TRADE ON THURSDAY... DISCLAIMER Information within this email contains "for wardlooking statements" within the meaning of Section 27 Aof the Secur ities Act of 1933 and Section 21B of theSecu rities Exch ange Act of 1934. Any statem ents that express or invo lve discussions with respect to predi ctions, expect ations, beliefs, plans,proje ctions, object ives, goals, ass umptions or future events or performance are not state ments of histor ical fact and may be "forward looking statements."Forwa rdlooking state ments are based on expectat ions,estimates and proje ctions at the time the statements are made that involve a number of risks and uncer tainties which could cause actual results or events to differ materially from those presently ant icipated. Forward look ing stat ements in this action may be iden tified through the use of words such as"proje cts", "for esee", "exp ects", "will,""anti cipates," "esti mates," "belie ves," understan ds"or that by stat ements indicating certain actions"may," "could," or "might" occur. Risk factors include general econ omic and business con ditions, the ab ility to acqu ire and deve lop specific projects, the ability to fund operations and changes in consumer and busi ness consum ption habits and other factors overwhich the company has little or no control. The publisher of this newsl etter does not represent that the informa tion contained in this message states all material facts or does not omit a material fact necessary to make the statements therein not misleading. All infor mation provided within this email pert aining to inves ting, st ocks, securi ties must be under stood as information provi ded and not inves tment advice. The publi sher of this newsletter advises all readers and subscr ibers to seek advice from a reg istered profess ional secur ities repres ntative before deciding to trade in stocks featured within this email. None of the material within this report shall be construed as any kind of inves tment advice or soli citation. Many of these comp anies are on the verge of bank ruptcy. You can lose all your money by investing in this stock. We urge you to read the company's SEC filings now, before you invest. The publi sher of this newsletter is not a reg stered invstme nt advis or. Subscribers should not view information herein as legal, tax, accounting or invest ment advice. In comp liance with the Securiti esAct of 1933, Section 17(b),The publisher of this newsletter is contracted to receive two hundred fifty thousa nd free trad ing shares from a third party, not an officer,director or affi liate shar eholder for the circul ation of this report. Be aware of an inherent conflict of interest resulting from such compensa tion due to the fact that this is a paid adve rtisement and is not without bias.The party that paid us has a position in the st ock they will sell at anyt ime without notice.This could have a negat ive impact on the price of the st ock, causing you to lose money. All factual infor mation in this report was gat hered fr om public sources, including but not limited to SEC filings,Company Websites and Compa ny Press Rel eases. The publisher of this newsl etter beli eves this informationto be eliable but can make no guarantee as to its accuracy or comple teness. Use of the mat rial within this email consti tutes your accepta nce of these terms. From ymqwlukw2ymqwlukw@ptdprolog.net Wed Sep 7 17:47:00 2005 From: ymqwlukw2ymqwlukw@ptdprolog.net (Sherilyn Louis) Date: Wed, 07 Sep 2005 17:47:00 -0000 Subject: shame Message-ID: <1edOxJek2p5I6EXNIBQbcfymqwlukw2ymqwlukw@ptdprolog.net> from letter From jashmenn@gmail.com Fri Oct 28 17:41:00 2005 From: jashmenn@gmail.com (Nathan and Ashley Murray) Date: Fri, 28 Oct 2005 17:41:00 -0000 Subject: Docbook2ps and jade: too many arguments for function? Message-ID: <115f8a150510281041p19449a27j2593b406649081e5@mail.gmail.com> Im having problems trying to convert my docbook 2 postscript. I think the problem may even be in the initial conversion to tex. I can convert to html with no problems as long as I designate the xml.dcl file. Here are my error messages: docbook2ps --dcl /usr/share/sgml/xml.dcl progress.sgml Using catalogs: /etc/sgml/catalog Using stylesheet: /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print Working on: /home/nathan/docs/xml/progress .sgml jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:475:2:E: too many arguments for function dvips: ! DVI file can't be opened. rm: cannot remove `progress.dvi': No such file or directory Any thoughts? While I'm at it, does anyone know a way I can specify the xml.dcl file to be the default? -Nate Murray http://www.natemurray.com From ebischoff@nerim.net Mon Nov 7 08:26:00 2005 From: ebischoff@nerim.net (=?iso-8859-1?q?=C9ric_Bischoff?=) Date: Mon, 07 Nov 2005 08:26:00 -0000 Subject: Docbook2ps and jade: too many arguments for function? In-Reply-To: <115f8a150510281041p19449a27j2593b406649081e5@mail.gmail.com> References: <115f8a150510281041p19449a27j2593b406649081e5@mail.gmail.com> Message-ID: <200511070926.14154.ebischoff@nerim.net> Le Vendredi 28 Octobre 2005 19:41, Nathan and Ashley Murray a ?crit?: > Im having problems trying to convert my docbook 2 postscript. I think > the problem may even be in the initial conversion to tex. > > I can convert to html with no problems as long as I designate the xml.dcl > file. Here are my error messages: > > docbook2ps --dcl /usr/share/sgml/xml.dcl progress.sgml > Using catalogs: /etc/sgml/catalog > Using stylesheet: > /usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl#print Working on: > /home/nathan/docs/xml/progress > .sgml This carriage return is strange. Have you an embedded carriage return in your file name ? > jade:/usr/share/sgml/docbook/utils-0.6.14/docbook-utils.dsl:475:2:E: > too many arguments for function Strange. > dvips: ! DVI file can't be opened. > rm: cannot remove `progress.dvi': No such file or directory > > Any thoughts? > While I'm at it, does anyone know a way I can specify the xml.dcl file > to be the default? Have a at the beginning of your file. And while we are at it : I noticed that there are still emails like Eric Bischoff in some files. Can someone please replace them with ?ric Bischoff or with some email of the current maintainers ? -- Marre des virus, vers, spywares, adwares et plantages ? Passez ? Linux ! From BARBARA72NRIdxl@cavtel.net Tue Nov 29 19:53:00 2005 From: BARBARA72NRIdxl@cavtel.net (BASELEY) Date: Tue, 29 Nov 2005 19:53:00 -0000 Subject: Career Opportun1ty Message-ID: <7E074EF8.B4BA053@cavtel.net> Ever wish you could get accreditated for the skills you already know without ever attending a class? Let The Universityget you that accreditation!(MBA,PHD,BA and more) According to the U.S. Census Bureau, collage graduates earn an average of more than $400 a month more than non-graduates. That could mean an extra $170,000 over the course of your career! We offer Bachelors, masters, MBA, and doctorate (PhD). Call Now : 1 (206) 203-2266