|
[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Conditional actions in XSL?
[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@i... Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ To (un)subscribe, mailto:majordomo@i... the following message; (un)subscribe xml-dev To subscribe to the digests, mailto:majordomo@i... the following message; subscribe xml-dev-digest List coordinator, Henry Rzepa (mailto:rzepa@i...)
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|
|||||||||






