[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 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: <xsl:template
name="is.graphic.extension"> 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? |
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]