OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: `server parsed' XML?

[ Lists Home | Date Index | Thread Index ]
  • From: Richard Lanyon <rgl@decisionsoft.com>
  • To: Danek Duvall <duvall@lorien.emufarm.org>
  • Date: Tue, 9 Nov 1999 09:59:24 +0000 (GMT)

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

This is more or less how "interpolations" work in XML Script
(www.xmlscript.org), although in this case you'd write:

blah, blah, blah #time()# blah, blah, blah

Then when this is processed by an XML Script processor everything between
the hashes (in this case, the time() built-in command) is evaluated.

Actually, time() gives UTC time, which probably isn't what you want, but
you could replace it with date_str("%d-%m-%Y",time()) or something
similar.

-- 
Richard Lanyon (Software Engineer) |     "The medium is the message"
XML Script development,            |             - Marshall McLuhan
DecisionSoft Ltd.                  |


xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev@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@ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo@ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa@ic.ac.uk)






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS