`server parsed' XML?

James Robertson jamesr at steptwo.com.au
Tue Nov 9 12:44:00 GMT 1999


>On Mon, 8 Nov 1999, Danek Duvall wrote:
>
> > 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

Have you considered pre-processing
the file using a standard text manipulation
tool?

AWK/Perl/Python spring to mind.
You could also do it with Omnimark.

(In Omnimark you would use the rule:

FIND "&date;"
         OUTPUT DATE
)

I'm a great believer in bolting together
the necessary tools in sequence to solve problems,
rather than using the one tool for everything.

And this is really a flat-file problem, not
an XML problem.

J

-------------------------
James Robertson
Step Two Designs Pty Ltd
SGML, XML & HTML Consultancy
http://www.steptwo.com.au/
jamesr at steptwo.com.au

"Beyond the Idea"
  ACN 081 019 623

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