On 2017-11-16 21:45, Ryan Schmidt wrote: > > On Nov 16, 2017, at 13:44, Rainer Müller wrote: > >> Rainer Müller (raimue) pushed a commit to branch master >> in repository macports-guide. >> >> >> https://github.com/macports/macports-guide/commit/d5badd23dacf34d8ec7f54b8b17f30d720fb25eb >> >> commit d5badd23dacf34d8ec7f54b8b17f30d720fb25eb >> >> Author: Rainer Müller >> AuthorDate: Thu Nov 16 12:03:48 2017 +0100 >> >> Revert "guide: convert from xml:id to id" >> >> This reverts commit 4a9c1024acf48077e84dd8ae6a5d1b13c145c35a. > > > What was the problem?
What I wrote earlier today and in the reply: https://lists.macports.org/pipermail/macports-dev/2017-November/036845.html The xml:id was actually correct for DocBook 5 in the XML. Going back to id="" compiled, but failed the validation against the DTD. The problem was that id="" was previously changed to xml:id="" in places where we worked on the HTML output, causing invalid HTML output and the sed expression in the Makefile failed. Rainer
