← Prev in month ← Prev in thread
Next in thread → Next in month →

DOCBOOK-APPS: Problems with XSL Stylesheets 1.54-1

From
Giuseppe Greco <>
Date
2002-09-04T09:43:01+00:00
ID
Thread
DOCBOOK-APPS: Problems with XSL Stylesheets 1.54-1
This morning I replaced the XSL Stylesheets 1.51-1 with
the XSL Stylesheets 1.54-1.

After having generated FO output with xsltproc, I
tryed to generate PDF output with PassiveTeX.
Well, the PDF file was successfully generated, but it
contained only the first page (all the chapter chunks
were missing).

My DocBook document was chunked into several physical chunks:

<!DOCTYPE book PUBLIC "-//AGAMURA//DTD QuXo V1.0//EN"
  "www.agamura.com/quxo/1.0/quxo.dtd" [
  <!ENTITY % English "INCLUDE">
  <!ENTITY chap01 SYSTEM "chap01.xml">
  <!ENTITY chap02 SYSTEM "chap02.xml">
  <!ENTITY chap02 SYSTEM "chap03.xml">
  ...
]>

<book id="persica-vision" lang="&language;">
  <bookinfo>
    ...
  </bookinfo>

  &chap01;
  &chap02;
  &chap03;
  ...
</book>

The content of chap01, chap02, and chap03 didn't appear
in the generated PDF file.

Attached to this email, you will find a chunk of the *.log file
generated by pdftex.

-- 
Giuseppe Greco
Agamura Corp.

Fermo Posta
6928 Manno
Switzerland

Tel. : +41 76 390 60 32
Email: 
← Prev in month ← Prev in thread
Next in thread → Next in month →