← Prev in month ← Prev in thread
Next in thread → Next in month →

DOCBOOK-APPS: Stylesheets 1.5.2: possible bug

From
Mark Miller <>
Date
2002-07-12T11:46:17+00:00
ID
Thread
DOCBOOK-APPS: Stylesheets 1.5.2: possible bug
Possible bug...

<mediaobject> not processed by Saxon or Xalan ( both most
current versions )

Error message from Saxon:
Error at xsl:value-of on line 198 of file
D:/docbook-stylesheets/html/graphics.xsl:
There is no Java method that is a unique best match
Transformation failed: Run-time errors were reported

No error message from Xalan

code that was validated:
<mediaobject>
  <imageobject>
     <imagedata fileref="../images/overview.gif" 
                width="494" 
                depth="495" 
                srccredit="XML Overview Diagram"/>
  </imageobject>
 <caption>
   <literallayout>
     Overview of XML Application
   </literallayout>
 </caption>
</mediaobject>

Context ( xml file validates against s DocBook XML V4.1.2
):
<book>
 <chapter>
  <sect1>
   <title>
   <sect2>
    <title>
    <itemizedlist>
    ....
   </sect2>
   <sect2>
    <title>
    <itemizedlist>
    ...
    </itemizedlist>
    <mediaobject>
    ...
    </mediaobject>
...  

When <mediaobject> is removed, processing with docbook
stylesheets proceeds properly.

Mark


__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
← Prev in month ← Prev in thread
Next in thread → Next in month →