OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: DOCBOOK-APPS: Generating with html/chunk.xsl doesn't chunk


Hello

This is my setup

- DocBook XML 4.1.2
- DocBook XSL Stylesheets 1.5.0
- Xalan 1.2.2 (Version 2.3.1 didn't work, there were another emails 
about problems with V2, so I switched back to 1.2.2)

Building a single file html using html/docbook.xsl works. If  try to 
build chunked HTML I get one file with all the single pages 
concatenated. What's wrong? (I don't see it ... :-(  )

Here's my command:

java -cp 
"C:\Programme\xalan-j_1_2_2\xalan.jar;C:\Programme\xalan-j_1_2_2\xerces.jar;C:\Programme\xalan-j_1_2_2\bsf.jar" 
org.apache.xalan.xslt.Process -in docbook2.xml -xsl 
H:/DocBook/docbook-xsl/html/chunk.xsl

I tried this one with and without a "-out test".

The output of xalan looks ok:
-----------------------------------------------------------------------------------
========= Parsing file:H:/DocBook/docbook-xsl/html/chunk.xsl ==========
Parse of file:H:/DocBook/docbook-xsl/html/chunk.xsl took 3915 milliseconds
========= Parsing file:h:/Java/Schulung/doc/howto/docbook2.xml ==========
Parse of file:h:/Java/Schulung/doc/howto/docbook2.xml took 1533 milliseconds
=============================
Transforming...
Writing ch01.html for chapter
No template named "title" exists in the context named "title" in the 
"de" localization.
Don't know what gentext to create for xref to: "title", ("linkliste")
Writing ch02s02.html for sect1
Writing ch02.html for chapter
Writing ch03s02.html for sect1(InstallLinux)
Writing ch03.html for chapter
Writing ch04s02.html for sect1
Writing ch04.html for chapter
Writing apa.html for appendix
Writing apbs02.html for sect1
Writing apb.html for appendix
Writing apc.html for appendix
Writing go01.html for glossary
Writing ix01.html for index
Writing index.html for book
transform took 10094 milliseconds
XSLProcessor: done
----------------------------------------------------------------------------------

Please help me (thanks a lot in advance!)

- Dominik -




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC