XSLT 2.0 Processing in Postgres

from blog nickb.dev, | ↗ original
Introduction Through the xml2 module, Postgres can apply XSL stylesheets to arbitrary texts. There are two big caveats with this approach: The xslt functionality is through libxslt, which conforms to XSLT 1.0 The xml2 module is deprecated, slated for removal, and Postgres doesn’t implement the functionality in the core server, either. All is not...