[oXygen-user] numbering not correct

Oxygen XML Editor Support (Radu Coravu) support at oxygenxml.com
Fri Oct 6 06:39:12 CDT 2017


Dear Bernhard,

Thanks for the feedback, I agree this is a regression, I added an 
internal issue to look into it.
If you want a quick fix you can start Oxygen as an administrator, open 
the CSS "OXYGEN_INSTALL_DIR\frameworks\docbook\css\elements.css" and add 
to the end of it a new selector:

chapter:root {
     counter-reset:chapter_count;
}

Regards,
Radu

Radu Coravu
<oXygen/>  XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com

On 10/6/2017 2:02 PM, Bernhard Kleine wrote:
>
> My document starts with
>
> <?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;
>     ]>
> <chapter version="5.1" xml:id="Ch11.Circuits" xml:lang="de"
> xmlns="http://docbook.org/ns/docbook"
>     xmlns:xi="http://www.w3.org/2001/XInclude"
> xmlns:xlink="http://www.w3.org/1999/xlink">
>     <title>Regulationsmuster</title>
>     <para> In diesem Abschnitt ... </para>
>     <sect1 xml:id="Ch11.S.FeedbackInhibition" xreflabel="ch11.S Feedback
> Inhibition">
>         <title>Rückkopplungen</title>
>  (snip)
>
> however, the section numbering is shown as 0.1
>
> AFAIC in Version 19 this was correct, but is a regression in 19.1
>
> --
> spitzhalde9
> D-79853 lenzkirch
> bernhard.kleine at 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 at oxygenxml.com
> https://www.oxygenxml.com/mailman/listinfo/oxygen-user
>


More information about the oXygen-user mailing list