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


Subject: Re: [docbook-apps] bug in fo stylesheets: no uri-specification info:external-graphic ?


The current version of the DocBook XSL stylesheets outputs the
src="url(...)" form, unless you have one of these parameters set:

    <xsl:when test="$passivetex.extensions != 0
                    or $fop.extensions != 0
                    or $arbortext.extensions != 0">

If you are using xmlroff, those should not be set, so you should be getting
the url(..) form.

Bob Stayton
Sagehill Enterprises
DocBook Consulting
bobs@sagehill.net


----- Original Message ----- 
From: "Dave Pawson" <davep@dpawson.co.uk>
To: "Stefan Seefeld" <seefeld@sympatico.ca>
Cc: <docbook-apps@lists.oasis-open.org>
Sent: Friday, September 09, 2005 9:44 AM
Subject: Re: [docbook-apps] bug in fo stylesheets: no uri-specification
info:external-graphic ?


> On Fri, 2005-09-09 at 12:21 -0400, Stefan Seefeld wrote:
> > I'v been trying out xmlroff and its new ability to deal
> > with external graphics. To do this I generated a fo file
> > from a docbook article using the xsl-fo stylesheets.
> >
> > The generated fo file contains elements such as
> >
> > <fo:external-graphic src="images/ast.svg" ...>,
> >
> > which xmlroff complains about because (apparently)
> > the content of the 'src' attribute isn't a uri-specification.
> > Who is right ?
>
> I think the src="url(.....) form came up as an errata?
>
> It's certainly correct as of now.
>
> HTH
>
> DaveP
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
>
>
>




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