'XPath error : Undefined namespace prefix' when building boost.test docs
[Please do not mail me a copy of your followup] I get this error when I try to build the boost.test documentation and I'm not sure where it's coming from or what to do about it. Since the HTML files are commmitted to the repository, I can't tell if the documentation was actually generated or not. D:\Code\boost\svn-boost-trunk\libs\test\doc>b2 standalone ...found 39 targets... ...updating 1 target... xslt-xsltproc-dir.windows html\standalone_HTML.manifest XPath error : Undefined namespace prefix set XML_CATALOG_FILES=../../../bin.v2/boostbook_catalog.xml "d:/code/boost/boost-tools/bin/xsltproc.exe" --stringparam boost.defaults "Boos t" --stringparam chunk.toc "/D:/Code/boost/svn-boost-trunk/libs/test/doc/src/btl -toc.xml" --stringparam example.dir "file:///D:/Code/boost/svn-boost-trunk/libs/ test/doc/src/examples" --stringparam manifest "standalone_HTML.manifest" --strin gparam manual.toc "/D:/Code/boost/svn-boost-trunk/libs/test/doc/src/btl-toc.xml" --stringparam snippet.dir "file:///D:/Code/boost/svn-boost-trunk/libs/test/doc/ src/snippet" --path "D:\Code\boost\svn-boost-trunk\libs\test\doc/src" --xinclude -o "html/" "D:\Code\boost\svn-boost-trunk\libs\test\doc\src\xsl\html.xsl" "..\. .\..\bin.v2\libs\test\doc\msvc-11.0\debug\utf-boostbook-on\src\btl.docbook" ...failed xslt-xsltproc-dir.windows html\standalone_HTML.manifest... ...failed updating 1 target... D:\Code\boost\svn-boost-trunk\libs\test\doc> Any suggestions? -- "The Direct3D Graphics Pipeline" free book http://tinyurl.com/d3d-pipeline The Computer Graphics Museum http://computergraphicsmuseum.org The Terminals Wiki http://terminals.classiccmp.org Legalize Adulthood! (my blog) http://legalizeadulthood.wordpress.com
AMDG On 04/20/2013 08:51 PM, Richard wrote:
[Please do not mail me a copy of your followup]
I get this error when I try to build the boost.test documentation and I'm not sure where it's coming from or what to do about it. Since the HTML files are commmitted to the repository, I can't tell if the documentation was actually generated or not.
What xsltproc version are you using? I remember seeing similar errors a long time ago.
D:\Code\boost\svn-boost-trunk\libs\test\doc>b2 standalone ...found 39 targets... ...updating 1 target... xslt-xsltproc-dir.windows html\standalone_HTML.manifest XPath error : Undefined namespace prefix
<snip>
Any suggestions?
In Christ, Steven Watanabe
VOV [Please do not mail me a copy of your followup] boost@lists.boost.org spake the secret code <5173666B.7080705@providere-consulting.com> thusly:
What xsltproc version are you using? I remember seeing similar errors a long time ago.
D:\Code\boost\svn-boost-trunk\libs\test\doc>xsltproc --version Using libxml 20708, libxslt 10126 and libexslt 815 xsltproc was compiled against libxml 20706, libxslt 10126 and libexslt 815 libxslt 10126 was compiled against libxml 20706 libexslt 815 was compiled against libxml 20706 -- "The Direct3D Graphics Pipeline" free book http://tinyurl.com/d3d-pipeline The Computer Graphics Museum http://computergraphicsmuseum.org The Terminals Wiki http://terminals.classiccmp.org Legalize Adulthood! (my blog) http://legalizeadulthood.wordpress.com
AMDG On 04/20/2013 08:51 PM, Richard wrote:
[Please do not mail me a copy of your followup]
I get this error when I try to build the boost.test documentation and I'm not sure where it's coming from or what to do about it. Since the HTML files are commmitted to the repository, I can't tell if the documentation was actually generated or not.
svn status will show some differences if anything was updated.
D:\Code\boost\svn-boost-trunk\libs\test\doc>b2 standalone ...found 39 targets... ...updating 1 target... xslt-xsltproc-dir.windows html\standalone_HTML.manifest XPath error : Undefined namespace prefix
<snip>
Any suggestions?
This is a bug in the Docbook XSL stylesheets. Use the attached patch. In Christ, Steven Watanabe
[Please do not mail me a copy of your followup] boost@lists.boost.org spake the secret code <5175AC04.3080805@providere-consulting.com> thusly:
This is a bug in the Docbook XSL stylesheets. Use the attached patch.
Thanks, I'll give this a try when I get a chance. -- "The Direct3D Graphics Pipeline" free book http://tinyurl.com/d3d-pipeline The Computer Graphics Museum http://computergraphicsmuseum.org The Terminals Wiki http://terminals.classiccmp.org Legalize Adulthood! (my blog) http://legalizeadulthood.wordpress.com
[Please do not mail me a copy of your followup]
boost@lists.boost.org spake the secret code
boost@lists.boost.org spake the secret code <5175AC04.3080805@providere-consulting.com> thusly:
This is a bug in the Docbook XSL stylesheets. Use the attached patch.
Thanks, I'll give this a try when I get a chance.
Just tried the patch and that worked. Should it be submitted back to the docbook people? -- "The Direct3D Graphics Pipeline" free book http://tinyurl.com/d3d-pipeline The Computer Graphics Museum http://computergraphicsmuseum.org The Terminals Wiki http://terminals.classiccmp.org Legalize Adulthood! (my blog) http://legalizeadulthood.wordpress.com
AMDG On 04/23/2013 06:24 PM, Richard wrote:
[Please do not mail me a copy of your followup]
boost@lists.boost.org spake the secret code
thusly: boost@lists.boost.org spake the secret code <5175AC04.3080805@providere-consulting.com> thusly:
This is a bug in the Docbook XSL stylesheets. Use the attached patch.
Thanks, I'll give this a try when I get a chance.
Just tried the patch and that worked. Should it be submitted back to the docbook people?
Yes. In Christ, Steven Watanabe
[Please do not mail me a copy of your followup] boost@lists.boost.org spake the secret code <517739DB.1060902@providere-consulting.com> thusly:
On 04/23/2013 06:24 PM, Richard wrote:
Just tried the patch and that worked. Should it be submitted back to the docbook people?
Yes.
Done. https://sourceforge.net/tracker/?func=detail&aid=3611689&group_id=21935&atid=373747 Man, sourceforge is really getting to be a ghetto these days. Twice I got a 500 server error when attempting to search their bug database to avoid filing a duplicate. I moved my projects off of there a long time ago and I don't regret it one bit. -- "The Direct3D Graphics Pipeline" free book http://tinyurl.com/d3d-pipeline The Computer Graphics Museum http://computergraphicsmuseum.org The Terminals Wiki http://terminals.classiccmp.org Legalize Adulthood! (my blog) http://legalizeadulthood.wordpress.com
participants (2)
-
legalize+jeeves@mail.xmission.com
-
Steven Watanabe