Re: DOM in <xsl:script>

xsl:script isn't part of the current XSLT specification, as far as I can
see.

Some XSLT implementations do allow you to write "extension functions" which
can use some or all of the DOM APIs to view the source document. See
http://www.w3.org/TR/xslt#extension for more information about extensions,
and see the documentation for your XSLT processor to find out exactly what
you can do with them.


______________________________________
Joe Kesselman  / IBM Research

Received on Saturday, 29 January 2000 08:23:05 UTC