Hi Bernhard,

If you can send us (either though the mail list or via "supp...@oxygenxml.com") some small sample Docbook documents to reproduce the problem on our side, we could try to investigate this further.

Regards,
Radu

Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com

On 5/6/2018 10:30 AM, Imsieke, Gerrit, le-tex wrote:
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
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user

--
spitzhalde9
D-79853 lenzkirch
bernhard.kle...@gmx.net
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
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user


_______________________________________________
oXygen-user mailing list
oXygen-user@oxygenxml.com
https://www.oxygenxml.com/mailman/listinfo/oxygen-user

Reply via email to