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] | [List Home]


Subject: Weird error


Hello list,

I am doing a new docbook project which I want to make each chapter is a
different file. With a root file (book.xml).

Inside this root fil I only put <book><bookinfo>....</bookinfo>
<xi:include.../></book>

This is my file :

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book SYSTEM
"file:/Users/jacques/Applications/eclipse/plugins/com.oxygenxml.editor_5
.0.0/frameworks/docbook/4.2/dtd/docbookx.dtd">
<book lang="fr">
    <bookinfo>
        <title>8sens, Guide de l'utilisateur</title>
        <author>
            <firstname>Jacques</firstname><surname>Foucry</surname>
        </author>
        <edition>Version 1.0 du guide de l'utilisateur de
8sens</edition>
        <pubdate>2004</pubdate>
        <copyright>
            <year>2004</year>
            <year>2005</year>
        </copyright>
    </bookinfo>
    <xi:include href="Intro.xml"
xmlns:xi="http://www.w3.org/2001/XInclude"/>
</book>

And each time I try to transform it using xsltproc then FOP the result
is :  [ERROR] file:/Users/jacques/8sens/book.fo:2:45385 fo:flow must
contain block-level children

My Intro.xml file compile fine (there's only a chapter, a title and one
para).

Who can help me ?

Thanks in advance,
Jacques


 
-- 
AMOUR : mot de cinq lettres, trois voyelles, deux consonnes et deux idiots.


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