G'day,

I recently upgraded libxml2 and now xsltproc does not handle xincludes properly:

[EMAIL PROTECTED] /home/ajh 660 $ /sw/bin/xsltproc --version
Using libxml 20504, libxslt 10019 and libexslt 710
xsltproc was compiled against libxml 20425, libxslt 10019 and libexslt 710
libxslt 10019 was compiled against libxml 20425
libexslt 710 was compiled against libxml 20425


[EMAIL PROTECTED] /home/ajh 661 $ xsltproc --xinclude \
--param modtime \"`fmod index.xml`\" \
--param filename \"index\" \
--param relcwd \"/cse4213/timetables\" \
/home/ajh/Teaching/cse4213/cse4213.xsl \
index.xml >index.html
warning: failed to load external entity "file:/home/ajh/lib/xsl/NumberedSections.xsl"
compilation error: file /home/ajh/Teaching/cse4213/cse4213.xsl line 18 element include
xsl:include : unable to load file:/home/ajh/lib/xsl/NumberedSections.xsl
warning: failed to load external entity "file:/home/ajh/lib/xsl/basic2html.xsl"
compilation error: file /home/ajh/Teaching/cse4213/cse4213.xsl line 19 element include
xsl:include : unable to load file:/home/ajh/lib/xsl/basic2html.xsl
warning: failed to load external entity "file:/home/ajh/lib/xsl/Tables2html.xsl"
compilation error: file /home/ajh/Teaching/cse4213/cse4213.xsl line 20 element include
xsl:include : unable to load file:/home/ajh/lib/xsl/Tables2html.xsl
warning: failed to load external entity "file:/home/ajh/Teaching/CSE4213/litprog.xsl"
compilation error: file /home/ajh/Teaching/cse4213/cse4213.xsl line 21 element include
xsl:include : unable to load file:/home/ajh/Teaching/CSE4213/litprog.xsl


[EMAIL PROTECTED] /home/ajh 662 $

The files all exist, and the call works correctly if I use a previous version

[EMAIL PROTECTED] /home/ajh/Teaching/cse4213/timetables 663 $ /usr/local/bin/xsltproc --version
Using libxml 20421, libxslt 10017 and libexslt 708
xsltproc was compiled against libxml 20421, libxslt 10017 and libexslt 708
libxslt 10017 was compiled against libxml 20421
libexslt 708 was compiled against libxml 20421


[EMAIL PROTECTED] /home/ajh 664 $ /usr/local/bin/xsltproc --xinclude \
--param modtime \"`fmod index.xml`\" \
--param filename \"index\" \
--param relcwd \"/cse4213/timetables\" \
/home/ajh/Teaching/cse4213/cse4213.xsl \
index.xml >index.html
$relcwd = /cse4213/timetables
... [snipped]


[EMAIL PROTECTED] /home/ajh 665 $

Any clues as to what has happened? Have I updated correctly?

--John Hurst
--  Associate Dean (Teaching), Faculty of Information Technology
--  A/Professor, School of Computer Science and Software Engineering
--rm G23, Building 63
--PO Box 26, Monash University, Clayton, VIC 3800            ~ ~~~&#:
[EMAIL PROTECTED]  +61 3 990 55192        _..___  [EMAIL PROTECTED]
--(mob 0407 569 041) (fax +61 3 990 55146)       |_____[_|_________[__]_
--http://www.csse.monash.edu.au/~ajh              oo oo  oo O--O--O o=o
--free times and making appointments, see:
--    http://www.csse.monash.edu.au/~ajh/cgi-bin/appointments.cgi



-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to