Groups | Blog | Home
all groups > dotnet xml > april 2004 >

dotnet xml : How to parse many many xmls



Powell
4/6/2004 9:16:05 AM
I have a requirement to return some information from a large number of xml files
I have tried XSLT, which quickly gets overwhelmed. Found references to XQuery and it seems like it might work

I found reference to the Microsoft XQuery demo (the site seems to be down), and was able finally to find Xquery.msi elsewhere and get it going. I can get it to work on single files but have not been able to "query" a collection of file

Has anyone else had any success querying multiple files with the Microsoft.Xml.XQuery

Or is this a dead-end and should I try to build a parser using something like XMLReader

Oleg Tkachenko [MVP]
4/13/2004 10:33:40 AM
[quoted text, click to view]

Both XSLT and XQuery solutions should work. Beware that XQuery is still
Working Draft and Microsoft XQuery demo is *demo* and quite old one too.

[quoted text, click to view]

That's the most effective way provided it's feasible to query
information you need in forward-only manner and with no XPath support.
--
Oleg Tkachenko [XML MVP, XmlInsider]
AddThis Social Bookmark Button