Re: How to search XML? Are there special libs?

2006-03-17 Thread uche . ogbuji
Ravi Teja wrote: > Yes! XPath is a good bet. > You can also try some Pythonic XML libraries like Amara. You need not > learn any special language even. > > There are good database approaches to XML too, especially if you are > going to query a document collection as a whole rather than file by > fi

Re: How to search XML? Are there special libs?

2006-03-17 Thread Ravi Teja
Yes! XPath is a good bet. You can also try some Pythonic XML libraries like Amara. You need not learn any special language even. There are good database approaches to XML too, especially if you are going to query a document collection as a whole rather than file by file. You can try XQuery. I thin

Re: How to search XML? Are there special libs?

2006-03-17 Thread Diez B. Roggisch
Sullivan WxPyQtKinter wrote: > I am now using XML to record my lab records in quite a complex way, in > which about 80 tags are used to identify different types of data. I > think it is a good idea to search for a popular and mature XML search > engine before I started to program it myself: > >

How to search XML? Are there special libs?

2006-03-16 Thread Sullivan WxPyQtKinter
I am now using XML to record my lab records in quite a complex way, in which about 80 tags are used to identify different types of data. I think it is a good idea to search for a popular and mature XML search engine before I started to program it myself: I need the following functions: Search and