Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Re: Transformation doesn't via url [Thread Next] Re: Transformation doesn't via urlTo: NULL Date: 3/10/2005 6:06:00 PM The stylesheet is right but when I paste it into OE it changes from what you suggested to what you see below??? <?xml version='1.0' encoding='UTF-8'?> <xsl:stylesheet version="1.0":xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:template match="/root"> <table> <xsl:apply-templates/> </table> </xsl:template> <xsl:template match="dbo.tblCategories"> <tr><td bgcolor="#EEEEEE"><xsl:value-of select="@Category"/></td></tr> <xsl:for-each select="dbo.tblSubCategories"> <tr><td><xsl:value-of select="@SubCategoryName"/></td></tr> </xsl:for-each> </xsl:template> </xsl:stylesheet> "Martin Honnen" <mahotrash@y...> wrote in message news:eOwOGcWJFHA.2980@T...... > > > Chris Kennedy wrote: > > > > Here is the style sheet. > > > > <?xml version='1.0' encoding='UTF-8'?> > > > > <xsl:stylesheet version="1.0":xsl="http://www.w3.org/1999/XSL/Transform"> > ^^^^ > You want > xmlns:xsl="http://www.w3.org/1999/XSL/Transform" > > > > -- > > Martin Honnen > http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
