Moses 2023-06-12 to 2023-06-16
to : Martin Holmes
Minutes: 30
The only work this week was on Friday, when I debugged an issue that
was causing a strange failure in an XSLT utility process that had been
working well when it was last used. The problem turned out to be the upgrade
to Saxon 11 in Oxygen, which brought with it a puzzling change to the function
document-uri()
, which now seems to report the word fake
instead of the actual
document URI in some circumstances. The solution is to switch that call to base-uri()
.