OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[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



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