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

Re: The Peace Process: DOM and namespaces...

Subject: Re: The Peace Process: DOM and namespaces...
From: Tyler Baker <tyler@xxxxxxxxxxx>
Date: Thu, 11 Feb 1999 07:50:58 -0500
Re: The Peace Process: DOM and namespaces...
David Megginson wrote:

> Tyler Baker writes:
>
>  > > Preprocess your information, whatever its source.
>  >
>  > From an entire database.  Pass over the entire document tree and
>  > prepreprocess everything before actually presenting it to the
>  > application.  This is not practical.  In my limited experience on
>  > these matters I have seen this tried before and with horrendous
>  > results.  Nevertheless, it does not take a computer scientist to
>  > see the real world problem with this approach.
>
> That would be silly -- lazy evaluation works fine for this kind of
> thing.  I hate to sound stupid, but I still fail to see how Namespaces
> causes any problems at all for someone dynamically generating a
> document from a database -- if you want to use names with a URI part,
> use them; if not, don't.

Well you have the choice of doing an entire pass over the document and
building a map directly or else try and lazily evaluate things and then
cache the results of the namespace processing.  Then for each time you
find a node, you need to look it up in a hashtable somehow.  Hashtables
are cheap, but not that cheap if you need to do a table lookup for every
node you process.  So iterating over the entire source tree and building
an indexed table may in some circumstances be more efficient than the lazy
approach.

But you are still faced with the problem of illegal XML Names.  If you
write the DOM Document out to an XML file or stream you will be emitting
illegal XML Names unless you have some URI -> prefix hack to get things
back to legal XML.

Tyler


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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.