Re: Running boost book
John Maddock <[email protected]>
| Newsgroups | gmane.comp.lib.boost.documentation |
|---|---|
| Message-ID | <820A57A781CA44A9B5C47D794052DA05@acerlaptop> |
>> On 25 June 2011 01:45, Robert Ramey <[email protected]> wrote: >> > $ xsltproc -V >> > Using libxml 20614CVS2195, libxslt 10111CVS955 and libexslt 809CVS955 >> > xsltproc was compiled against libxml 20614, libxslt 10111 and libexslt >> > 809 libxslt 10111 was compiled against libxml 20614 libexslt 809 was >> > compiled against libxml 20614 >> >> These versions of libxml and libxslt were released in 2004. You need a >> recent version. > > Some years ago, when I tried to use the newest versions, it didn't work. > > I'm still using docbookXML version 42 dated 2002 and Docbook_xsl_1._70_1 > from 2006 and they work OK > for me. Paul, we're talking about two completely different things here: xsltproc (the program and libraries) should be a recent version, so should the Docbook XSL stylesheets, *but*, the Docbook DTD is fixed at 4.2 as this is the *specification* of the Docbook standard we're targeting. HTH, John.