saxon-xslt icon indicating copy to clipboard operation
saxon-xslt copied to clipboard

Wrap Saxon 9.X's HE's XSLT 2.0 processor for use in JRuby

Results 3 saxon-xslt issues
Sort by recently updated
recently updated
newest added

@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...

enhancement

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...

enhancement

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...

enhancement