In trying to solve some file access problems I was having while building some QuickBook+Doxygen non-Boost docs I decided to try and use the newest version of the XSLT processing available. In particular:
* docbook-xml-4.5 * docbook-xsl-1.71.1 * libxml2-2.6.27 * libxslt-1.1.17 The xsltproc build I'm using is the prebuilt one from <http://www.zlatkovic.com/libxml.en.html>. My hope was that it would handle the native paths being output by Doxygen for headers correctly. As opposed to getting an error for failing to file the header sources because they have paths like "file:///C%3A/some/path/headed.h". Lucky me instead I'm getting XSLT errors which I have no clue as to what they could be. Other than this repeated warning: xslt-xsltproc ..\bin.v2\doc\msvc-8.0\debug\boost.docbook file:///C%3A/Boost/share/docbook-xml-4.5/dbpoolx.mod:7254: validity error : Redefinition of element code <!ELEMENT code %ho; (%cptr.char.mix;)*> ^ (((and a few other warnings stemming from that one))) The errors I get are in the boostbook XSL: runtime error: file file:///C%3A/Boost/share/boostbook/xsl/function.xsl line 1013 element param Unexpected XSLT element 'param'. runtime error: file file:///C%3A/Boost/share/boostbook/xsl/function.xsl line 1016 element call-template Variable 'indentation' has not been declared. xmlXPathCompiledEval: evaluation failed runtime error: file file:///C%3A/Boost/share/boostbook/xsl/function.xsl line 1017 element with-param Failed to evaluate the expression of variable 'indentation'. Any ideas? -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Boost-docs mailing list [email protected] Unsubscribe and other administrative requests: https://lists.sourceforge.net/lists/listinfo/boost-docs
