Skip to content

Parsing XSLT 2.0 and 3.0 files #3320

Discussion options

You must be logged in to vote

Thanks for asking about this. Nokogiri currently relies on libxml2, libxslt, and libexslt for XSLT functionality. These libraries do not currently support anything beyond XSLT 1.1.

I'm not necessarily an expert in libxslt, but my understanding is that the XSLT 2.0 spec was partly based on XPath 2.0, so adding XPath 2.0 support to libxml2 is probably a prerequisite for adding XSLT 2.0 support to libxslt.

The last time I remember the upstream maintainers talking about XPath 2.0 was in this thread from 2007:

https://www.mail-archive.com/[email protected]/msg04082.html

If this is something you'd like to see, it would be valuable to open an issue upstream and ask the question. There's a new mainta…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@frantisekrokusek
Comment options

@frantisekrokusek
Comment options

Answer selected by frantisekrokusek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
Converted from issue

This discussion was converted from issue #3319 on October 27, 2024 17:28.