[algogeeks] Re: XML Document Matching

2006-03-09 Thread Varun Sharma (Noida)
Thanks Rootbear for your valuable suggestions. -Original Message- From: algogeeks@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rootbeer Sent: Friday, March 10, 2006 6:19 AM To: Algorithm Geeks Subject: [algogeeks] Re: XML Document Matching Hmmm. Although I have not played

[algogeeks] Re: XML Document Matching

2006-03-09 Thread rootbeer
Hmmm. Although I have not played with the big documents yet, you will want to do the following: 1. Have your targets as identifyable as you can. 2. You want to minimize your interation count. I suppose after this you are still going slow. This is the fun part. Now you have to look at different w

[algogeeks] Re: XML Document Matching

2006-03-08 Thread SPX2
maybe some indexed structures associated to the big xml... you should search for algorithms on trees because in essence that is what a xml is,a tree --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks"

[algogeeks] Re: XML Document Matching

2006-03-08 Thread Rana
May be online parsers rather than dom parsers will help.. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com To unsubscribe from