Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - [xsl] Preceding sibling selction [Thread Next] Re: [xsl] Preceding sibling selctionTo: Date: 3/3/2009 6:46:00 PM Senthilukvelaan wrote: I have tried the same using the below style sheet. <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:template match="/"> <html> <body> <table> <xsl:call-template name="text"></xsl:call-template> <xsl:call-template name="html"></xsl:call-template> </table> Why the table element, where the rest of the stylesheet does not create any tbody or tr elements? And why the xsl:call-template? Simply use <xsl:apply-templates/> or perhaps <xsl:apply-templates select="BODY/Parts/MIME/BODY"/> -- Martin Honnen http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
