Reece Dunn wrote:Oops :)! This is because I modified the import:
<xsl:import
- href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
+ href="../../../../../docbook/html/chunk.xsl"/>
to get BoostBook to work off-line (messy hack, I know, but it works :)). I then copied back over from html-single.xsl without thinking - oops!
Still having problems getting boostbook to find your xsl? Anything I can help you with? It should work offline just fine; one potential pitfall is that if you change the paths in your 'using boostboost : ... ;' rule, you have to delete your catalog.xml file for it to recognize the changes.
I am :(. Here is what I'm getting:
[bjam]
xslt-xsltproc-dir html\HTML.manifest
warning: failed to load external entity "file:///d%3A/devel/cygwin/usr/www/docbo
ok/xsl/html/chunk.xsl"
compilation error: file D:\devel\libraries\Boost\boost\tools\boostbook\xsl\html.
xsl line 8 element import
xsl:import : unable to load http://docbook.sourceforge.net/release/xsl/current/h
tml/chunk.xsl
bin\gcc\debug\boostbook.docbook:2: warning: failed to load external entity "file:///d%3A/devel/cygwin/usr/www/docbook/dtd/docbookx.dtd"
D DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd
[/bjam]
NOTE: I am using the WinXP CMD shell, but I don't think this should be a problem. The problem seems to be in the %3A escaping of the ':' character in D:/devel/... :(!
file:///d:/devel/cygwin/usr/www/docbook/dtd/docbookx.dtd
loads, whereas:
file:///d%3A/devel/cygwin/usr/www/docbook/dtd/docbookx.dtd
fails to load :(
Regards, Reece
_________________________________________________________________
Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk/messenger
------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Boost-docs mailing list [EMAIL PROTECTED] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
