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]

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: giuseppe.greco@bluewin.ch

Attachment: vision.log
Description: Text document


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