[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] xsltproc does not render <img src tags inside docbook 5/xml
Hi Bob,
sorry but it does not work and now .jpgs are not rendered either:
*
https://github.com/shlomif/my-real-person-fan-fiction/tree/fix-docbook5-imgs-links
(note the branch and see test.bash )
* https://github.com/shlomif/cookiecutter--shlomif-latemp-sites
Can you send me a pull request or a patch as an attachment?
Regards,
Shlomi
On Thu, 21 Nov 2019 09:01:25 +0200
Shlomi Fish <shlomif@shlomifish.org> wrote:
> Hi Bob,
>
> On Wed, 20 Nov 2019 12:24:33 -0800
> Bob Stayton <bobs@sagehill.net> wrote:
>
> > Hi Shlomi,
> >
> > Thanks for pointing out this problem. The cause is that DocBook XSL
> > checks the filename extension on the fileref, and .webp is not included
> > in the list yet. I'll file a Github issue to fix that, but in the
> > meantime, you'll need to use this customization to get it to work:
> >
>
> Many thanks, Bob! I'll try that and keep you posted.
>
> Regards,
>
> Shlomi
> > <xsl:template name="is.graphic.extension">
> > Â <xsl:param name="ext"></xsl:param>
> > Â <xsl:variable name="lcext" select="translate($ext,
> > 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',
> > 'abcdefghijklmnopqrstuvwxyz')"/>
> > Â <xsl:if test="$lcext = 'svg'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'png'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'jpeg'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'jpg'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'avi'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'mpg'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'mp4'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'mpeg'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'qt'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'gif'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'acc'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'mp1'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'mp2'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'mp3'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'mp4'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'm4v'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'm4a'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'wav'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'ogv'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'ogg'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'webm'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'webp'
> > ÂÂÂÂÂÂÂÂÂÂÂÂ or $lcext = 'bmp'">1</xsl:if>
> > </xsl:template>
> >
> > Bob Stayton
> > bobs@sagehill.net
> >
> > On 11/20/2019 9:16 AM, Shlomi Fish wrote:
> > > hi all!
> > >
> > > with the attached file and the command:
> > >
> > > xsltproc --nonet
> > > http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl
> > > my-real-person-fan-fiction.docbook5.xml | less
> > >
> > > I am not seeing any <img> tags. See:
> > >
> > > https://github.com/shlomif/my-real-person-fan-fiction for the asciidoc
> > > sources.
> > >
> > > I am on fedora 31 x86-64.
> > >
> > > How can i get the img tags working?
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org
> > > For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org
> > >
>
>
>
--
Shlomi Fish https://www.shlomifish.org/
https://youtu.be/xZLwtc9x4yA - Anime in Real Life!! (Parody)
George: I guess you can enter now. Iâm just following orders.
SGlau: The Nuremberg defense!
George: This place gives you no other option.
â http://www.shlomifish.org/humour/Summerschool-at-the-NSA/
Please reply to list if it's a mailing list post - http://shlom.in/reply .
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]