Le Sun, Apr 30, 2017 at 06:35:29PM -0700, Russ Allbery a écrit : > Charles Plessy <[email protected]> writes: > > >> - <section id="s-3.9.8.0"> > >> - <title>Version 3.9.8.0</title> > >> + <section id="s-3.9.8"> > >> + <title>Version 3.9.8</title> > >> > >> <para> > >> Released April, 2016. > >> @@ -318,8 +329,8 @@ > >> </variablelist> > >> </section> > >> > >> - <section id="s-3.9.7.0"> > >> - <title>Version 3.9.7.0</title> > >> + <section id="s-3.9.7"> > >> + <title>Version 3.9.7</title> > > > Hello everybody, > > > isn't there a risk to break links with that change ? > > The DocBook conversion already broke any links to upgrading-checklist > sections, unfortunately, since it changed them from 3.9.7.0 to s-3.9.7.0. > DocBook-XML doesn't allow section IDs that start with a number, I think?
Ah, indeed, DocBook defines the "id" attribute to be of "ID" type in the sense of the XML standard (https://www.w3.org/TR/REC-xml/#id), which does not allow them to start with a number. Have a nice day, -- Charles

