Tuesday, July 09, 2002, 11:47:52, Erhan Baz <[EMAIL PROTECTED]> wrote: > 1- Creating new document by getting small XML branches via XPathAPI. > 2- Firstly getting all document at once and eliminating unwanted > branches. > I don't know which could be the perfect solution...
It depends on what you want: if the "trimming" is meant to provide a performance boost you'll need #1. If you simply need the result in the shortened format you can go either way (and #2 may be easier and more flexible). Speaking of "performance boost", I haven't got around to doing any serious testing yet, so it may not be such a big boost at all. --Ciprian Popovici
