On Fri, Apr 19, 2002 at 12:29:23PM -0000, [EMAIL PROTECTED] wrote: > I just wanted nicer ways of accessing XML information > through the DOM API but without all the usual messing about handling XML data > which isn't interesting - spurious text sections and so on. One problem with > the DOM API is that to use it effectively, there's a lot of explaining to do.
Have you considered pyRXP? I haven't used it yet but it looks very intriguing. It converts the document to a native Python tuple/list/dictionary structure rather than DOM, making it far easier to go through and grab whatever data you want. http://www.reportlab.com/xml/pyrxp.html -- -Mike (Iron) Orr, [EMAIL PROTECTED] (if mail problems: [EMAIL PROTECTED]) http://iron.cx/ English * Esperanto * Russkiy * Deutsch * Espan~ol _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
