Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - Re: XML/XSL Help [Thread Next] Re: XML/XSL HelpTo: NULL Date: 8/2/2006 8:22:00 PM Joe Kesselman wrote: > You need a root template so XSLT knows where to start. Add: > > <xsl:template match="/"> > <xsl:apply-templates select="/MLB"/> > </xsl:template> Why would he need that? The built-in template for the root node / takes care of that: <http://www.w3.org/TR/xslt#built-in-rule> <xsl:template match="*|/"> <xsl:apply-templates/> </xsl:template> -- Martin Honnen http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
