Closed ghost closed 12 months ago
When converting asciidoc into DocBook XML a single XML file is created, so xml:base attributes do not make sense - where should they point to? Also source editing from HTML (which was generated using the above mentioned DocBook file) will not work, since there is no relation between the DocBook file and the asciidoc sources. IMVALID
Problem description
When Asciidoctor generates XML files, it does not add any xml:base attributes to the document. Unfortunately, a couple of document features implemented in DAPS, the style checker, and the stylesheets themselves really need the xml:base attributes.
(reported through @chabowski )
Expected behavior
Steps to reproduce problem
<dm:editurl/>
element to your DocManager tags, format as HTML with the stylesheets, see that nothing happens--meta
and see that you're getting way too little info in the output documents.daps stylecheck
on a document and don't get document references.