saxon-xslt
saxon-xslt copied to clipboard
Wrap Saxon 9.X's HE's XSLT 2.0 processor for use in JRuby
@fidothe actually when you tried to ping my on gitter I was not able to get back to you. I looked at your PR https://github.com/fidothe/saxon-xslt/pull/20 and it looks OK. I...
Currently, the only part of Nokogiri's actual "interact with the processed XML" that is supported is XPath. Everything else is still raw Saxon. I was thinking that it would be...
Currently we just do a very naive call to Saxon's serialisation API to return an XML string. We should see what Nokogiri has by way of a serialisation API and...