[
Lists Home |
Date Index |
Thread Index
]
- From: Sean Mc Grath <digitome@iol.ie>
- To: xml-dev@ic.ac.uk
- Date: Thu, 29 Jan 1998 10:40:26 GMT
[Tony Stewart]
>*(Though an alternative to maintaining traditional memory variables
>could be to manipulate attributes of the parsed tree, provided that the
>scripts were allowed to get at it... style rules manipulating the DOM...
>there's food for thought.)
This is kinda-sorta the territory of tree transformation.
Conditions that, on the face of it must be in the style langauge
such as:
if date > 1/1/1999
Can be delegated to an earlier tree transformation that either
establishes a TRUE/FALSE attribute on each element or renames
the elements so that you can trigger different rules.
This is DOM territory since DOM is read/write. As a result
this sort of transformation should be doable from
whatever scripting environment we access DOM from.
Regards,
Sean Mc Grath
sean at digitome dot com
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/
To (un)subscribe, mailto:majordomo@ic.ac.uk the following message;
(un)subscribe 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)
|