From arcriley at gmail.com Sat Jun 19 16:01:33 2010 From: arcriley at gmail.com (Arc Riley) Date: Sat, 19 Jun 2010 10:01:33 -0400 Subject: [xml-sig] XPath/XSLT in stdlib Message-ID: Due to PEP-3003 this cannot land in stdlib until at least Python 3.3, but I would like to open discussion on including XSLT support in the Python standard library. With respect to lxml (which is an absolutely great package), XSLT support is too important to have its support dependent on a 3rd party library, even if it requires writing a from-scratch implementation. libxslt (which lxml uses) also lacks XSLT/XPath 2.0 support which was finalized more than three years ago. What I propose, as a rough starting place, is that since most existing Python code that relies on XSLT uses lxml, its API be used as a starting point in drafting a PEP. -------------- next part -------------- An HTML attachment was scrubbed... URL: