Conditional actions in XSL?
Sean Mc Grath
digitome at iol.ie
Thu Jan 29 10:40:40 GMT 1998
[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 at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To (un)subscribe, mailto:majordomo at ic.ac.uk the following message;
(un)subscribe 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