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

Re: Re: requesting XML document retrieved from a large and complexone..

  • From: "Thomas B. Passin" <tpassin@h...>
  • To: xml-dev@l...
  • Date: Tue, 07 Aug 2001 20:42:18 -0400

requesting a document
[Ju, Hong-Taek]

> The use of SAX filter in server is also inefficient in terms of server.
> Because the server must generate large source document, even if filterd
> after all.

Not necessarily.  Of course, it depends on your source documents and your
needs.  The SAX filter does have to parse the entire document, but that in
itself is not terribly demanding on resources.  Your SAX filter does not
need to save anything except the parts that you want.

> If a server have a ability to generate a necessary part of source document
> on the ground of a client request.
> The sever can save a computing resources.
> On the assumption a client specify a part of source document in XPath
> string.

All xpath engines, I believe, must build a DOM in memory before being able
to apply a path expression.  This would be a much bigger processing load and
much slower.

> Is it passible for server to generate a requested part of source document
on
> the ground of  XML shema (DTD or Schema) of source document?
>

You'd have to use a system that could index the source document if you want
to avoid analyzing for each request.  So maybe you want to use some kind of
an object-oriented or xml database, one that can use indexes.

If all the requests were for parts of the same document, you cou;d create a
DOM, keep it in memory, and give it to an xslt processor each time you need
to service a request.

Cheers,

Tom P



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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.