-
Xpath queries with SAX
Is it possible to do the same as selectNodes(sXPath) in SAX? I need to do
queries on large XML documents in a COLD storage environment.
If anyone knows can you please help me.
Thank you
Jaco
-
Re: Xpath queries with SAX
Jaco:
SAX is a linear method of gathering content. As the SAX parser reads the
document, it raises events that you can trap. For example, it raises an
event whenever it parses element tag. By checking the tag content, you can
create an array or collection of items that would gather the same content as
a selectNodes XPATH query. So it's possible, but different.
Russell Jones
Sr. Web Development Editor
DevX.com
"Jaco De Villiers" <jacodv_32@hotmail.com> wrote in message
news:3a9bc571$1@news.devx.com...
>
> Is it possible to do the same as selectNodes(sXPath) in SAX? I need to do
> queries on large XML documents in a COLD storage environment.
>
> If anyone knows can you please help me.
>
> Thank you
>
> Jaco
>
>
-
Evaluate XPaths using SAX
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks