RE: [docbook-apps] Trouble with tables, xsltproc

From
Mauritz Jeanson <>
Date
2006-08-14T18:48:03+00:00
ID
000a01c6bfd2$26e5f580$71ea1a51@D7MZ171J
Thread
RE: [docbook-apps] Trouble with tables, xsltproc
> -----Original Message-----
> From: Alan C. Oehler 
> 
> I narrowed it down...
> 
> I use the profiling XSLT file 
> docbook/xsl-1.69.1/fo/profile-docbook.xsl
> 
> First I stripped out all my customizations and it still failed.
> 
> So I switched to the "regular" one docbook/xsl-1.69.1/fo/docbook.xsl
> 
> No errors.
> 
> Interesting...


My guess is that you have come across a problem caused by some fuzziness in
the specification and implementation of the EXSLT node-set() function:

See http://sources.redhat.com/ml/docbook-apps/2004-q3/msg00084.html for more
information and a workaround.

/MJ