[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Coordination of <script> between SVG, XSLT 1.1 and HTML 4.01
- From: "Clark C. Evans" <cce@clarkevans.com>
- To: "Arnold, Curt" <Curt.Arnold@hyprotech.com>
- Date: Fri, 02 Mar 2001 21:10:12 -0500 (EST)
On Fri, 2 Mar 2001, Arnold, Curt wrote:
> Possibly, an implements attribute that has a URI value would work both
> for XSLT and SVG. In both SVG and XSLT, if there are multiple <script>
> elements with the same value for implements, only one would be
> loaded. In SVG, the implements attribute would be optional and
> all script elements without an implements attribute would be executed.
Are you suggesting:
<xsl:stylesheet xmlns:foo="uri-identifies-functionality" ... />
<xsl:script implements="uri-identifies-functionality"
type="java" src="some-source-uri" />
Where "implements-uri" is replaced by "implements" ?
Clark