OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: AW: [docbook] DB-HTML how to scale down too wide imgages (without attr in imagedata)




>> first we used saxon, but it didnt work with chunking (found error in
>> chunk-code.xsl)
>> is this a known bug?
>
>What's the problem you're getting with Saxon?  It and xsltproc have
>typically been the two processors that don't have any problems.  People
tend
>to use xsltproc because it works faster and Saxon for the extensions.

this is the error i get from saxon.
the XSL is NOT modified in any way ...
(i get no error with docbook.xsl)

C:\FEY\sax>saxon -o out\main.htm C:\FEY\docbook\docs\main.xml
..\dbxsl1613\html\chunk.xsl

Error at xsl:apply-templates on line 292 of dbxsl1613/html/html-rtf.xsl:
Error in expression exsl:node-set($div): expected "<name>", found "div"
Error at xsl:copy-of on line 295 of dbxsl1613/html/html-rtf.xsl:
Error in expression $div: expected "<name>", found "div"
Error at xsl:variable on line 63 of dbxsl1613/html/chunk-code.xsl:
Error in expression
($div/preceding-sibling::div|$div/preceding::div|$div/parent::div)[last()]:
expected "<name>", found "div"

Error at xsl:variable on line 67 of dbxsl1613/html/chunk-code.xsl:
Error in expression
($div/following-sibling::div|$div/following::div|$div/div)[1]:
expected "<name>", found "div"

Transformation failed




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]