Need the list of XML parsers
Stefan Behnel
stefan_ml at behnel.de
Tue Jan 18 02:08:50 EST 2011
More information about the Python-list mailing list
Tue Jan 18 02:08:50 EST 2011
- Previous message (by thread): Need the list of XML parsers
- Next message (by thread): Need the list of XML parsers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Venu Allipuram, 17.01.2011 21:01: > lxml is a great one, but it is not simple to install libxml and libxslt on > Linux using user permissions. Well, you have to build it, obviously. Just pass "--static-deps" to the build script and it will build and link libxml2 and libxslt automatically for you. Stefan
- Previous message (by thread): Need the list of XML parsers
- Next message (by thread): Need the list of XML parsers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list