Re: Django w/ XML DOM

2015-09-18 Thread Timothy W. Cook
lxml - I assume using XPath will do what you want. I am not familiar with XML cursor and jaxb. On Fri, Sep 18, 2015 at 9:03 PM, Arnab Banerji wrote: > Hi - I am looking for a way to display XML documents in Django and get the > xml section information from cursor location using XMLCursor like >

Django w/ XML DOM

2015-09-18 Thread Arnab Banerji
Hi - I am looking for a way to display XML documents in Django and get the xml section information from cursor location using XMLCursor like capabilities from XMLBeans (or its replacement, jaxb). Is there a supported library for that? Unfortunately, JSON would not be a good structure for this d