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

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

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


Subject: 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


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


Powered by eList eXpress LLC