xsl-list
[Top] [All Lists]

Re: [xsl] xslt transformation did not create any output

2011-12-09 07:12:24
I did not skip that part,

I think I get confused during the way.

What do you expect this code to do:

<xsl:template match="/" >
    <xsl:apply-templates select="head"/>
     <xsl:apply-templates select="content"/>
     <xsl:apply-templates select="bottom" />
 </xsl:template>



-- 
Andrew Welch
http://andrewjwelch.com

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--