Kells Kearney | 3 Apr 2007 01:21
Picon

Re: Callout, footnotes, & annotations.

  This might be a little late, but it was an interesting problem that
I had to delay until I could get around to looking at it again.
Taking a little bit of time to learn SVG helped, too. :)

  This example definitely needs some work to get your text exactly
right, and it's very crude in the placement of items in the SVG, but
it will actually display something reasonably close to what you want.
(fop complains about the overflow area, but it seems to be fine in the
PDF output)   It would be nicer if I could figure out how to do
looping in SVG (I can't find a reference to how to do it), so if
someone knows I'd appreciate a simple example that illustrates it.  :)

   Example:
xsltproc --nonet --xinclude --output test.fo app.xsl test_seq.xml
c:\docbook\fop.bat test.fo test.pdf

  Files used in the example at the end of the message.

Enjoy!

kells

On 3/19/07, cga2000 <cga2000 <at> optonline.net> wrote:
> On Mon, Mar 19, 2007 at 07:49:44AM EST, Jirka Kosek wrote:
> > cga2000 wrote:
> >
> > >> I
> > >> can imagine creating alternative output of callouts using SVG to draw
> > >> connecting arrows instead bulleted numbers.
> > >
(Continue reading)

Dave Pawson | 7 Apr 2007 15:41
Picon

v5 version information.

 From a quick look, it appears as if there is no version information in 
the .rng file for the docbook schema itself?

<!-- DocBook V5.0CR3-->
<!-- See http://docbook.org/ns/docbook -->

Seems the only reference?

I'd find it helpful if it were available.

regards

--

-- 
Dave Pawson
XSLT XSL-FO FAQ.
http://www.dpawson.co.uk
Thomas Schraitle | 10 Apr 2007 18:00
Picon

DocBook 5 Howto: Missing Section 'Naming and versioning DocBook customizations'?

Hi,

the latest version of the "DocBook V5.0 Transition Guide"[1] is missing 
the section "Naming and versioning DocBook customizations". The version 
from 2006-05-16 contains still this section.

Is this an oversight? :)

Bye,
Tom

[1] http://docbook.org/docs/howto

--

-- 
Thomas Schraitle
Rock Lobster | 11 Apr 2007 11:22
Picon

Re: Explicit tab and if-neccessary-pagebreaks?


Thank you,

I use it now and it works nicely ;)

Bob Stayton wrote:
> 
> I know it isn't obvious, but the files in the params directory are the 
> source files used to build the param.xsl file in each output type (fo, 
> html, etc.), which is where the active parameter settings are.  You can 
> change parameter settings by creating a customization layer that imports 
> docbook.xsl, as described here:
> 
> http://www.sagehill.net/docbookxsl/CustomMethods.html#CustomizationLayer
> 
> Bob Stayton
> Sagehill Enterprises
> DocBook Consulting
> bobs <at> sagehill.net
> 
> 
> ----- Original Message ----- 
> From: "Rock Lobster" <email <at> christian-gleinser.de>
> To: <docbook <at> lists.oasis-open.org>
> Sent: Friday, March 23, 2007 1:08 AM
> Subject: Re: [docbook] Explicit tab and if-neccessary-pagebreaks?
> 
> 
>>
>> Well I tried to adjust parameters in the docbook/xsl/param directory, but 
(Continue reading)

Rock Lobster | 11 Apr 2007 08:51
Picon

eclipse.xsl - output filenames customizable?


Hello,

I'm trying to convert our document into eclipse-help-html-files, and it
works, but the abbreviations for the output files are not too usable for me,
because I want to program an additional tool where I can group some themes
and chapters for some specific software components - so it would be very
cool for me if the filenames were not ch01s05.html or something, but their
chapter or section ids instead.

Is that possible? They are of course unique, so it shouldn't be a problem
for the filesystem, I suppose. Any suggestions?

Greetings
Rock Lobster

(PS: I tried to find a parameter for that but I wasn't successful. I also
searched this forum but couldn't find anything)
--

-- 
View this message in context: http://www.nabble.com/eclipse.xsl---output-filenames-customizable--tf3557635.html#a9934118
Sent from the docbook General mailing list archive at Nabble.com.
Rock Lobster | 11 Apr 2007 11:21
Picon

RE: Explicit tab and if-neccessary-pagebreaks?


Thank you,

I use it now and it works nicely ;)
--

-- 
View this message in context: http://www.nabble.com/Explicit-tab-and-if-neccessary-pagebreaks--tf3432655.html#a9935846
Sent from the docbook General mailing list archive at Nabble.com.
Jirka Kosek | 11 Apr 2007 14:59
Picon
Favicon
Gravatar

Re: DocBook 5 Howto: Missing Section 'Naming and versioning DocBook customizations'?

Thomas Schraitle wrote:

> the latest version of the "DocBook V5.0 Transition Guide"[1] is missing 
> the section "Naming and versioning DocBook customizations". The version 
> from 2006-05-16 contains still this section.
> 
> Is this an oversight? :)

Yes, thanks. I will fix it in the next release.

--

-- 
------------------------------------------------------------------
  Jirka Kosek      e-mail: jirka <at> kosek.cz      http://xmlguru.cz
------------------------------------------------------------------
       Professional XML consulting and training services
  DocBook customization, custom XSLT/XSL-FO document processing
------------------------------------------------------------------
 OASIS DocBook TC member, W3C Invited Expert, ISO/JTC1/SC34 member
------------------------------------------------------------------
 Want to speak at XML Prague 2007 => http://xmlprague.cz/cfp.html

David Cramer (Tech Pubs | 11 Apr 2007 16:33

RE: eclipse.xsl - output filenames customizable?

Eclipse output is a customization of the chunking/html xslts, so what
applies to chunking applies to eclipse. You'll want to set
use.id.as.filename to 1 and add ids to the sections/chapters or use the
<?dbhtml filename="foo.html"?> processing instruction:

http://docbook.sourceforge.net/release/xsl/current/doc/html/use.id.as.fi
lename.html

http://www.sagehill.net/docbookxsl/Chunking.html

David 

> -----Original Message-----
> From: Rock Lobster [mailto:email <at> christian-gleinser.de] 
> Sent: Wednesday, April 11, 2007 1:52 AM
> To: docbook <at> lists.oasis-open.org
> Subject: [docbook] eclipse.xsl - output filenames customizable?
> 
> 
> Hello,
> 
> I'm trying to convert our document into 
> eclipse-help-html-files, and it works, but the abbreviations 
> for the output files are not too usable for me, because I 
> want to program an additional tool where I can group some 
> themes and chapters for some specific software components - 
> so it would be very cool for me if the filenames were not 
> ch01s05.html or something, but their chapter or section ids instead.
> 
> Is that possible? They are of course unique, so it shouldn't 
(Continue reading)

Rock Lobster | 12 Apr 2007 14:30
Picon

RE: eclipse.xsl - output filenames customizable?


thanks! that worked perfectly

David Cramer (Tech Pubs) wrote:
> 
> Eclipse output is a customization of the chunking/html xslts, so what
> applies to chunking applies to eclipse. You'll want to set
> use.id.as.filename to 1 and add ids to the sections/chapters or use the
> <?dbhtml filename="foo.html"?> processing instruction:
> 
> http://docbook.sourceforge.net/release/xsl/current/doc/html/use.id.as.fi
> lename.html
> 
> http://www.sagehill.net/docbookxsl/Chunking.html
> 
> David 
> 
>> -----Original Message-----
>> From: Rock Lobster [mailto:email <at> christian-gleinser.de] 
>> Sent: Wednesday, April 11, 2007 1:52 AM
>> To: docbook <at> lists.oasis-open.org
>> Subject: [docbook] eclipse.xsl - output filenames customizable?
>> 
>> 
>> Hello,
>> 
>> I'm trying to convert our document into 
>> eclipse-help-html-files, and it works, but the abbreviations 
>> for the output files are not too usable for me, because I 
>> want to program an additional tool where I can group some 
(Continue reading)

Rock Lobster | 13 Apr 2007 10:56
Picon

should I use section or sect1, sect2, sect3 etc?


Hello,

I'm somehow confused on whether I should use nested <section> tags, or the
"predefined" <sect1> to <sect5>.
Are there any benefits in using the latter? Are there any reasons why one
way should be avoided in certain situations?

Thanks in advance!
--

-- 
View this message in context: http://www.nabble.com/should-I-use-section-or-sect1%2C-sect2%2C-sect3-etc--tf3570509.html#a9975240
Sent from the docbook General mailing list archive at Nabble.com.

Gmane