atom feed2 messages in org.oasis-open.lists.docbookRe: DOCBOOK: my problem with fileref=...
FromSent OnAttachments
Regele, ManfredAug 9, 2001 8:14 am 
Norman WalshAug 9, 2001 9:07 am 
Subject:Re: DOCBOOK: my problem with fileref= attribute,XSLT for XML.FO adds an url( ) to the path
From:Norman Walsh (nd@nwalsh.com)
Date:Aug 9, 2001 9:07:11 am
List:org.oasis-open.lists.docbook

/ "Regele, Manfred" <Manf@Adig.de> was heard to say: | 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 ?

It's a FOP bug, but...if you turn on $fop.extensions, the stylesheets will leave out the url() wrapper.

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

This is also totally broken because I screwed up the AVTs for height and width. New release tonight...

Be seeing you, norm