drmacro / wordinator

Generate high-quality DOCX files using a simplified XML format (simple word processing XML).
Apache License 2.0
38 stars 8 forks source link

Replace document-uri() with base-uri() in XSLTs #130

Closed ekimbernow closed 10 months ago

ekimbernow commented 10 months ago

From Ken H:

Good morning, Eliot!

I've tripped over a non-backward-compatible change in Saxon, justified here:

https://saxonica.plan.io/issues/6285

... and I note that document-uri(/) is used in html2docx.xsl in Wordinator. Easy fix to use base-uri(/).

drmacro commented 10 months ago

Committed update to replace document-uri() with base-uri().