M.Canales.es wrote:
> El Martes, 10 de Abril de 2007 19:41, M.Canales.es escribió:
> 
>> Might be a bug in current libxml or libxslt.
>>
> 
> After several versions changes and research looks that actually was a bug in 
> old libxslt versions that was not merging properly xsl:attribute-set settings 
> when the same one is found on two files with different import precedence. 
> 
> It was fixed in libxslt-1.1.17.

Confirmed.

[EMAIL PROTECTED]/new-xsl]$ time make pdf
xsltproc --xinclude --nonet --output ~/lfs-book/lfs-pdf.fo \
        stylesheets/lfs-pdf.xsl index.xml
Making portrait pages on USletter paper (8.5inx11in)
sed -i -e 's/span="inherit"/span="all"/' ~/lfs-book/lfs-pdf.fo
fop ~/lfs-book/lfs-pdf.fo ~/lfs-book/LFS-BOOK.pdf
rm ~/lfs-book/lfs-pdf.fo

real    1m2.429s
user    0m57.480s
sys     0m1.049s
[EMAIL PROTECTED]/new-xsl]$ xsltproc --version
Using libxml 20627, libxslt 10120 and libexslt 813
xsltproc was compiled against libxml 20627, libxslt 10120 and libexslt 813
libxslt 10120 was compiled against libxml 20627
libexslt 813 was compiled against libxml 20627

Looking at the output, all my issues have been addressed nicely with the
exception of the font-family/font-style of the titles.  That's not very
important, but may be a nice tweak.


  -- Bruce
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to