[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: RE: [docbook-apps] SVG admonitions for browsers.
|
In your param.xsl file,
copy and modify the following lines : <xsl:param
name="admon.graphics.extension">.png</xsl:param> <xsl:param name="admon.graphics" select="0"/> <xsl:param
name="admon.graphics.path">images/</xsl:param> <xsl:param name="admon.textlabel"
select="1"/> to <xsl:param name="admon.graphics.extension">.svg</xsl:param> <xsl:param name="admon.graphics" select="1"/> <xsl:param
name="admon.graphics.path">images/</xsl:param> (default images/ or your_path/ ) <xsl:param name="admon.textlabel"
select="1"/> Cordialement, ____________________________________________ Christopher COMPAGNON AXA GROUP SOLUTIONS - Procurement, BI Supply D�partement Solutions Business Intelligence Domaine BI France - Reporting Op�rationnel (� 01 44 45 04 16 (55 04 16) E-mail: christopher.compagnon.alti@axa-groupsolutions.com ____________________________________________ Pensez � l'environnement avant d'imprimer ce message � -----Message d'origine----- Sorry, maybe I wasn't clear. When I was referring to admonitions, I was referring to
<warning>, <note> and <tip> tags. I know that by using <mediaobject>, it works correctly with
Firefox. I want� <warning>, <note> and <tip> tags to appear
in Firefox as SVG. How would I do that? Xuan. --- On Wed, 3/24/10, Compagnon Christopher
<christopher.compagnon.alti@axa-groupsolutions.com> wrote: > From: Compagnon Christopher
<christopher.compagnon.alti@axa-groupsolutions.com> > Subject: RE: [docbook-apps] SVG admonitions for browsers. > To: "Xuan Ngo" <xuanngolist@yahoo.ca>,
"Docbook Appz" <docbook-apps@lists.oasis-open.org> > Received: Wednesday, March 24, 2010, 11:54 AM > Hi, > > To generate image object with docbook, test with : > > <mediaobject> > <imageobject> > <imagedata fileref="img/my_image.svg"
format="SVG"/> > </imageobject> > </mediaobject> > > Does it work ? > > Cordialement, > > ____________________________________________ > Christopher COMPAGNON > AXA GROUP SOLUTIONS - Procurement, BI Supply > D�partement Solutions Business Intelligence > Domaine BI France - Reporting Op�rationnel > ( 01 44 45 04 16 (55 04 16) > E-mail: christopher.compagnon.alti@axa-groupsolutions.com > ____________________________________________ > Pensez � l'environnement avant d'imprimer ce message >� > > -----Message d'origine----- > De : Xuan Ngo [mailto:xuanngolist@yahoo.ca] > > Envoy� : mercredi 24 mars 2010 16:44 > � : Docbook Appz > Objet : [docbook-apps] SVG admonitions for browsers. > > I'm generating HTML out of docbook and SVG admonitions are > generated as <img>. This causes the Firefox to not > render the svg. > > Is there a way to generated svg admonitions like it did for > <mediaobject>? > > Xuan. > > > > __________________________________________________________________ > Looking for the perfect gift? Give the gift of Flickr! > > http://www.flickr.com/gift/ > > >
--------------------------------------------------------------------- > To unsubscribe, e-mail:
docbook-apps-unsubscribe@lists.oasis-open.org > For additional commands, e-mail:
docbook-apps-help@lists.oasis-open.org > > ����� __________________________________________________________________ Make your browsing faster, safer, and easier with the new Internet
Explorer� 8. Optimized for Yahoo! Get it Now for Free! at
http://downloads.yahoo.com/ca/internetexplorer/ |
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]