xpath and current python xml libraries

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • sndive@gmail.com

    xpath and current python xml libraries

    PyXML seems to be long gone. Is lxml the way to go if i want to have
    xpath supported?
  • Paul Boddie

    #2
    Re: xpath and current python xml libraries

    On Dec 11, 2:03 am, snd...@gmail.co m wrote:
    PyXML seems to be long gone. Is lxml the way to go if i want to have
    xpath supported?
    The libxml2dom package (which I maintain) also supports XPath and is
    also based on libxml2. If you want to migrate code from using PyXML
    without too much effort, it might be a solution. See here for details:



    Paul

    Comment

    • Dmitri Fedoruk

      #3
      Re: xpath and current python xml libraries

      On Dec 11, 4:03 am, snd...@gmail.co m wrote:
      PyXML seems to be long gone. Is lxml the way to go if i want to have
      xpath supported?
      Of course. Lxml proved itself as a very convenient xml & xslt
      processing tool.

      Dmitri

      Comment

      • TreeStages

        #4
        Re: xpath and current python xml libraries

        On Dec 10, 8:03 pm, snd...@gmail.co m wrote:
        PyXML seems to be long gone. Is lxml the way to go if i want to have
        xpath supported?
        In our XML Tree Editor XEntrant we use 4Suite XML package, you can try
        the
        XPath functionality in this tool:

        Comment

        Working...