xml and jython

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave Harrison

    xml and jython

    does anyone know if xml.sax is available under jython ??

    have looked around and cant find anything that says it will, and it wont
    (having tried ;-) Python2.3 preferably, but 2.2 is ok.

    cheers
    Dave

  • Alan Kennedy

    #2
    Re: xml and jython

    Dave Harrison wrote:[color=blue]
    > does anyone know if xml.sax is available under jython ??[/color]

    Jython 2.1 on java1.4.2 (JIT: null)
    Type "copyright" , "credits" or "license" for more information.[color=blue][color=green][color=darkred]
    >>> import xml.sax
    >>> dir (xml.sax)[/color][/color][/color]
    ['ContentHandler ', 'ErrorHandler', 'InputSource', 'SAXException',
    'SAXNotRecogniz edException', 'SAXNotSupporte dException',
    'SAXParseExcept ion', 'SAXReaderNotAv ailable', '__doc__', '__file__',
    '__name__', '__path__', '_exceptions', 'handler', 'make_parser',
    'parse', 'parseString', 'sax2exts', 'saxexts', 'saxlib', 'xmlreader'][color=blue][color=green][color=darkred]
    >>>[/color][/color][/color]

    --
    alan kennedy
    -----------------------------------------------------
    check http headers here: http://xhaus.com/headers
    email alan: http://xhaus.com/mailto/alan

    Comment

    Working...