[Home] [By Thread] [By Date] [Recent Entries]

  • From: David Megginson <david@m...>
  • To: xml-dev@i...
  • Date: 14 Jan 2000 15:38:20 -0500

Miles Sabin <msabin@c...> writes:

> Not just a DOM. Quite a few people are sitting SAX on top of
> all sorts of data-structures which don't necessarily make any
> interning guarantees. And don't forget database queries.

With database queries you usually already know the names and you're
querying just for the contents:

  select name, age from PersonalInfo where status = 'active'

and then

  <person>
    <name>Jane Smith</name>
    <age>27</age>
  </person>

I didn't get the "person", "name", or "age" strings out of the
database: they're hard-coded in my filter.


All the best,


David

-- 
David Megginson                 david@m...
           http://www.megginson.com/

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@i...
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ or CD-ROM/ISBN 981-02-3594-1
Please note: New list subscriptions now closed in preparation for transfer to OASIS.



Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member