I've been looking for a while now on how to do this, and the closest I've seen to it is defining a new html element in the dtd using xml. I want to define an element, that is essentially only a compound element, essentially doing what I could do with a stylesheet, but I want to do it in place on an html page. For example I would like to define an element "myhead" which would essentially be <xsl:stylesheet> <xsl:template match="myhead"> <head> <title ... / > <meta ... / > <meta ... / > . . . <xsl:value-of> </head> </xsl:template> </xsl:stylesheet> Can I do this without calling an applet or an active x object. Thanks Nicholas MuguiraReceived on Thursday, 31 July 2003 22:34:11 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:49:32 GMT