29 Oct 16:39
Re: [1.37] Showstopper? Documentation pdf build broken.
Eric Niebler <eric <at> boost-consulting.com>
2008-10-29 15:39:09 GMT
2008-10-29 15:39:09 GMT
Daniel James wrote: > 2008/10/27 John Maddock <john <at> johnmaddock.co.uk>: >> OK, I've got to the bottom of this, if you have a link target, say: >> >> [#my_target] >> >> in quickbook at top level scope (ie not inside a section) then you end up >> with an <fo:inline> tag generated for the target that is outside of any >> <fo:block>, and hense the invalid XML FO. I'm not sure if this is my bug, a >> quickbook issue, a docbook one, or an XSL one!Quickbook is really just a simple text substitution engine. It does very little validation. But it's written with Spirit so it has a grammar. We could use the grammar to enforce *some* of the boostbook schema. For instance, we could change the grammar to enforce that anchors do not appear out of sections. -- -- Eric Niebler BoostPro Computing http://www.boostpro.com
Quickbook is really just a simple text substitution engine. It does very
little validation. But it's written with Spirit so it has a grammar. We
could use the grammar to enforce *some* of the boostbook schema. For
instance, we could change the grammar to enforce that anchors do not
appear out of sections.
RSS Feed