Re: Expanding nodes in XSLT
Posted By:
Anonymous
Posted On:
Wednesday, April 28, 2004 03:40 AM
XSLT describes the rules how to transform one XML file into another text file. The transformation is done only once. So the result file has to have the ability of expanding nodes - e.g. via embedded scripts which handle the events and use the DOM.