| Subject: [xsl] Why can't I just extract the FORM element? From: Ted Stresen-Reuter <tedmasterweb@xxxxxxx> Date: Thu, 6 Mar 2003 12:19:42 -0600 | 
<?xml version="1.0"?>
<xsl:stylesheet version="1.1"
    xmlns:xsl="http://www.w3.org/1999/XSL/Transform">    <xsl:template match="/">
        <xsl:apply-templates />
    </xsl:template>    <xsl:template match="@*|node()|text()">
        <xsl:apply-templates />
    </xsl:template>    <xsl:template match="form">
        <output>found the form</output>
    </xsl:template>| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| RE: [xsl] xsl:variable, Wendell Piez | Thread | RE: [xsl] Why can't I just extract , Michael Kay | 
| RE: [xsl] xsl:variable, Craig Kattner | Date | RE: [xsl] for-each within a for-eac, Wendell Piez | 
| Month |