This is the mail archive of the docbook-tools-discuss@sources.redhat.com mailing list for the docbook-tools project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: I've written an xml profiling tool


On Wed, Sep 18, 2002 at 08:13:10PM -0400, Eric S. Raymond wrote:

> Enclosed is the script and a RefEntry for it.  Tim, do you want to take this
> into your xmlto package?  Hack as you like, rename it, whatever; all I want
> is for something equivalent to be stock in the next Red Hat release.

Thanks.  Yes, xmlto is probably as good a place as any.

> stylesheet=/usr/tmp/xmlprofile$$.xml

Not in my package!  I will change this to use mktemp. :-)

> <!-- Generate DocBook instance with correct DOCTYPE -->
> <xsl:output method="xml" 
>             doctype-public="-//OASIS//DTD DocBook XML V4.1.2//EN"
>             doctype-system="http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd"/>

I'm a bit confused about what's happening here.  We don't know that
DocBook XML V4.1.2 is the correct version to use, do we?  What if the
input is DocBook XML V4.2 for instance?  Also, the system identifier
seems to be for a different version altogether.

Is this intentional or an oversight?

> <!DOCTYPE refentry PUBLIC 
>    "-//OASIS//DTD DocBook XML V4.1.2//EN"
>    "docbook/docbookx.dtd">

And I will change this system ID as well.

Thanks,
Tim.
*/

Attachment: msg00130/pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]