public inbox for docbook-tools-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Tim Waugh <twaugh@redhat.com>
To: "Eric S. Raymond" <esr@thyrsus.com>
Cc: docbook-tools-discuss@sources.redhat.com
Subject: Re: I've written an xml profiling tool
Date: Fri, 20 Dec 2002 19:23:00 -0000	[thread overview]
Message-ID: <20020919085834.GN9457@redhat.com> (raw)
In-Reply-To: <20020919001310.GA26917@thyrsus.com>

[-- Attachment #1: Type: text/plain, Size: 1183 bytes --]

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 #2: Type: application/pgp-signature, Size: 189 bytes --]

WARNING: multiple messages have this Message-ID
From: Tim Waugh <twaugh@redhat.com>
To: "Eric S. Raymond" <esr@thyrsus.com>
Cc: docbook-tools-discuss@sources.redhat.com
Subject: Re: I've written an xml profiling tool
Date: Thu, 19 Sep 2002 01:58:00 -0000	[thread overview]
Message-ID: <20020919085834.GN9457@redhat.com> (raw)
Message-ID: <20020919015800.M38WL7Zmz_MSJCvQkBqoyDREK51aloeXeJRshSjaHKk@z> (raw)
In-Reply-To: <20020919001310.GA26917@thyrsus.com>

[-- Attachment #1: Type: text/plain, Size: 1183 bytes --]

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 #2: Type: application/pgp-signature, Size: 189 bytes --]

  parent reply	other threads:[~2002-09-19  8:58 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-12-20 19:23 Eric S. Raymond
2002-09-18 17:16 ` Eric S. Raymond
2002-12-20 19:23 ` Tim Waugh [this message]
2002-09-19  1:58   ` Tim Waugh
2002-12-20 19:23   ` Eric S. Raymond
2002-09-19  2:27     ` Eric S. Raymond

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020919085834.GN9457@redhat.com \
    --to=twaugh@redhat.com \
    --cc=docbook-tools-discuss@sources.redhat.com \
    --cc=esr@thyrsus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).