This is the mail archive of the docbook@lists.oasis-open.org mailing list for the DocBook project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-help@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]