[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: Filtering XML to improve performance

Subject: RE: Filtering XML to improve performance
From: <Jarno.Elovirta@xxxxxxxxx>
Date: Mon, 22 Mar 2004 08:30:25 +0200
dom improve performance
Hi,

> Let's say my xml is this:
> 
> <root>
> 	<items>
> 		<onlyImportantItem>THIS</onlyImportantItem>
> 		<junkItem>foo</junkItem>
> 		<moreJunk>foo</moreJunk>
> 		<stillMoreJunk>foo</stillMoreJunk>
> 	</items>
> 	<items>
> 		<onlyImportantItem>THAT</onlyImportantItem>
> 		<junkItem>foo</junkItem>
> 		<moreJunk>foo</moreJunk>
> 		<stillMoreJunk>foo</stillMoreJunk>
> 	</items>
> 	...
> 	...
> 	...
> </root>
> 
> 
> If I only mainly want to work with <onlyImportantItems>, is 
> there a way that
> I can filter out all the other data I don't need when I do 
> the transform?
>
> So for instance, I don't want the XML parser searching through all the
> garbage, I want it cut down to just the data I need.  Can I 
> do something
> like this at the beginning of all my xsl sheets?

XSLT itself will not help you. If you're working with e.g SAX, you can write a class that implements XMLFilter and there filter out all descendant events you don't want in the next processing step. That is, you need to control how the Source Tree is build, or filter the data before it is used to build the Source Tree.

Cheers,

Jarno - T.O.Y.: Beyond Sleep

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.