docbook / xslt20-stylesheets

These are the XSLT 2.0 (or later) stylesheets for DocBook
http://wiki.docbook.org/topic/DocBookXslStylesheets
68 stars 23 forks source link

Fails to parse link url. #92

Closed mdgeek closed 7 years ago

mdgeek commented 7 years ago

HTML transform fails to process link url on following syntax:

            <biblioentry>
                <author>
                    <orgname>National Library of Medicine</orgname>
                </author>
                <citetitle pubwork="webpage">NORVASC- amlodipine besylate tablet</citetitle>
                <bibliomisc><link>https://dailymed.nlm.nih.gov/dailymed/drugInfo.cfm?setid=abd6a2ca-40c2-485c-bc53-db1c652505ed</link></bibliomisc>
                <pubdate>April 19, 2017</pubdate>
            </biblioentry>

Error message is: Link element with no target

mdgeek commented 7 years ago

The example above is apparently not valid docbook format, so closing this issue.