Re: [xslt] Xsltproc on Windows - problem processing docbook to *.fo



On Fri, Aug 24, 2007 at 10:43:07AM +0200, Heinz, Jan Erik wrote:
> Hi, 
> 
> I try to convert a docbookfile (asciidoc.xml) to a asciidoc.fo file, to proceed it later on to pdf. When I run the following command: 
> 	xsltproc --nonet docbook-xsl\fo.xsl testdoc\asciidoc.xml > testdoc\asciidoc.fo
> 
> I get the following Error Message (translated from german): 
> 	The entry point for the procedure 'xmlXPathCompiledEvalToBoolean' was not found in the DLL 'libxml2.dll'
> 
> The following Components are installed: 
>  - libxml2 2.6.28 win32
>  - libxslt 1.1.19 win32
>  - iconv 1.9.2 win32
>  - zlib 1.2.3 win32
> 
> OS: Win XP, SP2
> 
> How do I solve this problem? Did I miss something?

  This seems to indicate the libxml2 version used by your xsltproc is
older than the one it was compiled against. can be an old library sitting
around, on linux I would use ldd xsltproc to see what libraries are being used
no idea if there is a Windows equivalent.

Daniel

-- 
Red Hat Virtualization group http://redhat.com/virtualization/
Daniel Veillard      | virtualization library  http://libvirt.org/
veillard redhat com  | libxml GNOME XML XSLT toolkit  http://xmlsoft.org/
http://veillard.com/ | Rpmfind RPM search engine  http://rpmfind.net/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]