|
Subject: [xsl] doctype is confusing me... From: Ted Stresen-Reuter <tedmasterweb@xxxxxxx> Date: Mon, 17 Feb 2003 14:43:40 -0600 |
<?xml version="1.0"?>
<xsl:stylesheet version="1.1"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/">
matched the root element
<xsl:apply-templates />
</xsl:template> <xsl:template match="html">
matched the html element
<xsl:apply-templates />
</xsl:template> <xsl:template match="body">
matched the body element
<xsl:apply-templates select="form" />
</xsl:template> <xsl:template match="form">
matched the form node
</xsl:template>| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] XHTML to Xforms converter, Ted Stresen-Reuter | Thread | [xsl] escaping curly braces in attr, Marty McKeever |
| Re: [xsl] huge xml processing, Mike Brown | Date | Re: [xsl] performance issues saxon, Tobias Reif |
| Month |