`server parsed' XML?

Danek Duvall duvall at lorien.emufarm.org
Tue Nov 9 07:13:12 GMT 1999


I see that a similar question has been asked here before, but I haven't
found an answer that will satisfy my requirements.  So I'll try to be as
specific as possible.

What I want is to have a static xml file lying around, that has some sort
of token in it that represents, say, the current date.  In my program, as I
parse the xml file, I want to dynamically change that token into a string
representing the date.

That is, say I have a file foo.xml that contains in it:

   blah, blah, blah &date; blah, blah, blah

When I read it in on November 15, 1999, I want to get back

   blah, blah, blah November 15, 1999 blah, blah, blah

I don't care that the token be &date; ; I just have to be able to say where
the replaced tokens go.

How can I do this, if at all, with SAX 1.0 and DOM 1.0 routines,
specifically as implemented in Sun's Project-X (TR-2) parser?

Thanks very much,
Danek

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list