Safari consistently fails to process XSLT when it includes an XPath with a namespace which is the first non‐default namespace declared in the root element, but only sometimes
the name or value of the namespace does not appear to matter; however, and for reasons i cannot seem to determine but presumably has to do with document structure somehow, it only manifests for certain namespaces which have only been used in the document in certain (specifics unknown) ways
@Lady that sure is a bug
@aescling i would not be remotely surprised if this bug was also in Chrome but i don’t have it installed to check
the XSLT will correctly process if you simply change the order of the namespace declarations on the root element, which is not something which should ever determine whether an XML document is able to be processed or not