Suppose I have two filters. 1: I pipeline these two filters and parse my xml in one shot.
2: Parse the xml using filter 1 and obtain an xml. Parse this resulting xml using filter 2. What are the pros and cons of using these two approaches? The only reason that I can think of for not parsing again is the performance in the case of large xml, (and may be an overhead of generating the intermediate xml). Are there any other issues here? thanks, --st. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
