I'm using Redhat 7.3, when I try to use the "make" to convert the xml files, I get the following error:
cp -u *.png ..
cd .. ; /usr/bin/xsltproc ../../../acs-core-docs/www/xml/openacs.xsl xml/index.xml
Writing requirements-introduction.html for sect1(requirements-introduction)
Writing requirements-overview.html for sect1(requirements-overview)
Error xpath.c:8353: Undefined namespace prefix
xmlXPathCompiledEval: evaluation failed
make: *** [html] Error 139
* I already updated my libraries, this is the output I get:
[beethoven@beethoven xml]$ xsltproc -V
Using libxml 20603, libxslt 10031 and libexslt 721
xsltproc was compiled against libxml 20603, libxslt 10031 and libexslt 721
libxslt 10031 was compiled against libxml 20603
libexslt 721 was compiled against libxml 20603
Does anyone have a clue, of what could be wrong in here?
Thanks.