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] | [Elist Home]


Subject: DOCBOOK: my problem with fileref= attribute,XSLT for XML.FO adds an url( ) to the path


Hi to all,

I wrote my first docbook document (xml) and processed it successfully with
xsl and fop. After a upgrade to new stylesheets, my referenced images are
not found by fop since the xml.fo format has changed, an url(...) is added:

Is it my fault - and what to do ?

XML Source:
=========

<imageobject>
          <imagedata fileref="hardcopy/ZUM_Main.jpg" format="JPEG"/>
</imageobject>


Old XML -> XSL(Version 1.29) -> FO Conversion
===================================

<fo:external-graphic height="auto" width="auto" content-height="auto"
content-width="auto" src="file:hardcopy/ZUM_Main.jpg"/>

[works fine for fop]

New XML -> XSL(Version 1.42) -> FO Conversion
====================================

<fo:external-graphic content-height="auto" content-width="auto"
height="$height" width="$width" 
src="url(hardcopy/ZUM_Main.jpg)"/>

[no way]

Manfred Regele 
ADIG Investment GmbH
22 Methoden&Tools
Richard-Reitzner-Allee 2
85540 Haar
Tel: 089/46268-308
mailto:Manfred.Regele@Adig.de
http://www.adig.de



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


Powered by eList eXpress LLC