Okay, then two follow-up questions:
1. Did you want the information on the page after the front cover?
2. When you try copying and pasting the files into your system and
create a PDF, do you actually see the release info show up?
kells
On 4/2/07, Mykone Saunders <
mykone@...> wrote:
>
> I am using Docbook XSL 1.69.1 with Docbook XML 4.4
>
>
> On Mon, 2007-04-02 at 15:42 -0600, Kells Kearney wrote:
>
>
> On 4/2/07, Mykone Saunders <
mykone@...> wrote:
> >
> > Hello List. I have "<releaseinfo>RELEASE INFO</releaseinfo>" under
> > "book\bookinfo" but it's not showing up in PDF. Am I doing something
> wrong?
>
> Just to clarify: you want the releaseinfo elements to show up on
> the page just after the the very first page of the document, right?
> (ie book.titlepage.verso from the
> docbook5-xsl-1.72.0/titlepage.templates.xsl file)
>
> Assuming that's the case, I am unable to replicate your problem
> using the Docbook5 stylesheets wih Windows, xsltproc (xsltproc was
> compiled against libxml 20627, libxslt 10119 and libexslt 813) and fop
> 0.93. If you have a different setup, then someone who has that setup
> might be able to help you.
>
> If you want the releaseinfo element to show up somewhere else (eg
> the front cover or somewhere in the body text), that's a very
> different matter. :)
>
>
> kells
>
> Here's my test case:
>
> xsltproc --nonet --xinclude --output test.fo app.xsl test.xml
> c:\docbook\fop.bat test.fo test.pdf
>
>
> test.xml
> =======
> <?xml version="1.0" encoding="UTF-8"?>
> <book version="5.0"
> xmlns="
http://docbook.org/ns/docbook"
> xmlns:xlink="
http://www.w3.org/1999/xlink"
> xmlns:xi="
http://www.w3.org/2001/XInclude"
> xmlns:svg="
http://www.w3.org/2000/svg"
> xmlns:mml="
http://www.w3.org/1998/Math/MathML"
> xmlns:html="
http://www.w3.org/1999/xhtml"
> >
>
> <bookinfo>
> <releaseinfo>RELEASE INFO</releaseinfo>
> </bookinfo>
>
> <chapter>
> <title>Hello world!</title>
> <para>Sample explanatory text here</para>
>
> <para>
> Lorem ipsum
> </para>
>
> </chapter>
> </book>
>
> app.xsl
> =======
> <?xml version="1.0" encoding="UTF-8"?>
>
> <xsl:stylesheet version="1.0"
> xmlns="
http://docbook.org/ns/docbook"
> xmlns:db="
http://docbook.org/ns/docbook"
> xmlns:xsl="
http://www.w3.org/1999/XSL/Transform"
> xmlns:fo="
http://www.w3.org/1999/XSL/Format"
> >
>
> <xsl:import
> href="file:///c:/docbook/lib/docbook5-xsl-1.72.0/fo/docbook.xsl"/>
>
> <!-- Pretty print the FO output tree (please! :) -->
> <xsl:output encoding="UTF-8" indent="yes" />
>
> </xsl:stylesheet>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail:
>
docbook-apps-unsubscribe@...
> For additional commands, e-mail:
>
docbook-apps-help@...
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail:
docbook-apps-unsubscribe@...
For additional commands, e-mail:
docbook-apps-help@...