
On Fri, Jan 7, 2011 at 3:56 PM, Daniel James <dnljms@gmail.com> wrote:
On 7 January 2011 17:26, Lorenzo Caminiti <lorcaminiti@gmail.com> wrote:
I followed: http://www.boost.org/doc/libs/1_45_0/doc/html/quickbook/install.html#quickbo...
I know what went wrong. When you click on the link to download the xsl stylesheets on a windows machine, sourceforge says:
'Looking for the latest version? Download docbook-xsl-ns-1.76.1.zip (5.3 MB)'
You downloaded it (quite sensibly) but it's the wrong file. Oddly, it links to the right file when using OS X. You need 'docbook-xsl-1.76.1.zip', which you'll find here:
http://sourceforge.net/projects/docbook/files/docbook-xsl/1.76.1/docbook-xsl...
I'll try to make the documentation a bit clearer.
Yes, I indeed downloaded xsl-ns. I have downloaded the correct xsl now but I am getting the errors below (these might be unrelated errors but they do not show up with xsl-ns). Thanks a lot. ...patience... ...found 363 targets... ...updating 1 target... xslt-xsltproc-dir.windows html\standalone_HTML.manifest warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl" compilation error: file file:///C:/Program%20Files/boost/boost_1_45_0/tools/boostbook/xsl/html.xsl line 16 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/math.xsl" compilation error: file file:///C:/Program%20Files/boost/boost_1_45_0/tools/boostbook/xsl/html.xsl line 18 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/html/math.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/chunkfast.xsl" compilation error: file file:///C:/Program%20Files/boost/boost_1_45_0/tools/boostbook/xsl/html.xsl line 23 element include xsl:include : unable to load http://docbook.sourceforge.net/release/xsl/current/html/chunkfast.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/formal.xsl" compilation error: file file:///C:/Program%20Files/boost/boost_1_45_0/tools/boostbook/xsl/docbook-layout.xsl line 16 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/html/formal.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/admon.xsl" compilation error: file file:///C:/Program%20Files/boost/boost_1_45_0/tools/boostbook/xsl/admon.xsl line 12 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/html/admon.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/xref.xsl" compilation error: file file:///C:/Program%20Files/boost/boost_1_45_0/tools/boostbook/xsl/xref.xsl line 16 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/html/xref.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/lib/lib.xsl" compilation error: file file:///C:/Program%20Files/boost/boost_1_45_0/tools/boostbook/xsl/relative-href.xsl line 12 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/lib/lib.xsl warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/html/callout.xsl" compilation error: file file:///C:/Program%20Files/boost/boost_1_45_0/tools/boostbook/xsl/callout.xsl line 13 element import xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/html/callout.xsl set XML_CATALOG_FILES=../../../bin/boostbook_catalog.xml "C:/Users/example/Documents/boost/xml/bin/xsltproc.exe" --stringparam boost.defaults "Boost" --stringparam boost.root "../../../../.." --stringparam generate.section.toc.level "10" --stringparam manifest "standalone_HTML.manifest" --stringparam toc.max.depth "1" --stringparam toc.section.depth "3" --xinclude -o "html/" "C:\Program Files\boost\boost_1_45_0\tools\boostbook\xsl\html.xsl" "bin\msvc-8.0\debug\threading-multi\doc.docbook" ...failed xslt-xsltproc-dir.windows html\standalone_HTML.manifest... ...failed updating 1 target... -- Lorenzo