Hi,
I have some docbook file which contain images.

when i access foo.xhtml i can see my images in the xhtml page 

    <map:match  pattern="foo.xhtml" label="content">
        <map:generate src="foo_book.xml"/>
        <map:transform type="xinclude"/>
        <map:transform type="xalan" src="docbook/xsl/xhtml/docbook.xsl"/>
        <map:serialize type="xhtml"/>
    </map:match>

when i access foo.pdf ; i see no images.

   <map:match  pattern="foo.pdf" label="content">
        <map:generate src="foo_book.xml"/>
        <map:transform type="xinclude"/>
        <map:transform type="xalan" src="docbook/xsl/fo/docbook.xsl"/>
        <map:serialize type="fo2pdf"/>
   </map:match>


tips: i use xsl from Docbook 4.2

any suggestion ?

regards.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to