Welcome to WebHeadStart.org

Web Technologies

Sponsored By

WebHeadStart.org is currently in beta.
Please pardon our appearance as we work to provide you with the most comprehensive reference on today's web technologies.

Interested in advertising on WebHeadStart? Become an advertising partner today!

[WWW-HTML Mailing List Archive Home] [Messages By Thread] [Messages By Date]

Using XML to create a compound element

From: mmuguira <mmuguira@cox.net>
Date: Fri, 1 Aug 2003 00:06:04 -0500
Message-ID: <000801c357ea$9bf081e0$77770b44@c212173a>
To: <www-html@w3.org>
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 Muguira
Received on Thursday, 31 July 2003 22:34:11 GMT
Valid XHTML 1.0! Valid CSS! Site Map | Privacy Policy | Terms of Use | WebHeadStart.org © 2005 All Rights Reserved.