Hi Bernhard,
I don’t know what you mean by “The error removes any preface”.
I noticed that you used "<!DOCTYPE chapter[…" instead of "<!DOCTYPE
preface[…" in the preface file.
However, when I create a new DocBook 5.1 chapter based on the framework
template, and if I add a DOCTYPE declaration, then the error "F [ISO
Schematron] XML Parsing failed" error will always arise, until I remove
either the DOCTYPE declaration or the Schematron xml-model processing
instruction.
This is probably something the oXygen people need to investigate.
Gerrit
On 06.05.2018 09:22, Bernhard Kleine wrote:
The error removes any preface, ough.
Am 06.05.2018 um 09:04 schrieb Bernhard Kleine:
Dear all,
I have the following preface:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://docbook.org/xml/5.1/rng/docbook.rng"
schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="http://docbook.org/xml/5.1/sch/docbook.sch"
type="application/xml"
schematypens="http://purl.oclc.org/dsdl/schematron"?>
<!DOCTYPE chapter[
<!ENTITY % my-entities SYSTEM "../Myentities.ent">
%my-entities;
]>
<preface xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.1">
<title>Vorwort zur vierten Auflage</title>
<xi:include href="Vorwort4Auflage.xml"/>
<xi:include href="Vorwort3Auflage.xml"/>
<xi:include href="Vorwort2Auflage.xml"/>
<xi:include href="Vorwort1Auflage.xml"/>
</preface>
The separate files are all composed like this:
<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="http://docbook.org/xml/5.1/rng/docbook.rng"
schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="http://docbook.org/xml/5.1/sch/docbook.sch"
type="application/xml"
schematypens="http://purl.oclc.org/dsdl/schematron"?>
<!DOCTYPE chapter [
<!ENTITY % my-entities SYSTEM "../Myentities.ent">
%my-entities;
]>
<simplesect xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
version="5.1"><title>Vorwort</title>
<para>bedanken wir uns auch an dieser Stelle.</para>
<para>im Dezember 2006</para>
</simplesect>
A chapter where the error does not appear starts similarly, but with
chapter instead of simplesect. However, changing <!DOCTYPE chapter [
to
<!DOCTYPE simplesect [
does not help to get rid of the message.
What do I wrong?
Kind regards
Bernhard
_______________________________________________
oXygen-user mailing list
[email protected]
https://www.oxygenxml.com/mailman/listinfo/oxygen-user
--
spitzhalde9
D-79853 lenzkirch
[email protected]
www.b-kleine.com,www.urseetal.net
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09
_______________________________________________
oXygen-user mailing list
[email protected]
https://www.oxygenxml.com/mailman/listinfo/oxygen-user
--
Gerrit Imsieke
Geschäftsführer / Managing Director
le-tex publishing services GmbH
Weissenfelser Str. 84, 04229 Leipzig, Germany
Phone +49 341 355356 110, Fax +49 341 355356 510
[email protected], http://www.le-tex.de
Registergericht / Commercial Register: Amtsgericht Leipzig
Registernummer / Registration Number: HRB 24930
Geschäftsführer / Managing Directors:
Gerrit Imsieke, Svea Jelonek, Thomas Schmidt
_______________________________________________
oXygen-user mailing list
[email protected]
https://www.oxygenxml.com/mailman/listinfo/oxygen-user