This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


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: [docbook-apps] <userinput> causes callouts to reset sequence number


On Thu, Jul 24, 2003 at 04:20:48PM -0500, John Himpel wrote:
> All,
> 
> I am using XML XSL, and xsltproc.
> 
> When I translate the following xml into html, I get two callouts
> numbered one.  I think I should get a 1 and a 2.  Is my thinking flawed?
> 
> <?xml version='1.0' encoding='utf-8' ?>
> <!DOCTYPE chapter PUBLIC '-//OASIS//DTD DocBook XML V4.2//EN'
>                         
> 'http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd'>
> <chapter id='Chapter'>
> <title>Sample Chapter</title>
> <screen>
> <prompt>$</prompt><userinput>cp a b<co id='cp-co'
> linkends='cp'/></userinput>
> <prompt>$</prompt><userinput>mv a b<co id='mv-co'
> linkends='mv'/></userinput>
> </screen>
> <calloutlist>
> <callout arearefs='cp-co' id='cp'>
> <para>This is a copy.</para>
> </callout>
> <callout arearefs='mv-co' id='mv'>
> <para>This is a move.</para>
> </callout>
> </calloutlist>
> </chapter>
> 
> If I can correct in my thinking, I will enter the bug at sf.net.

You are right, this is bug.  Please enter it.
Thanks.

-- 

Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The SCO Group                               fax:   (831) 429-1887
                                            email: bobs@sco.com

---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org


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