Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries [Thread Prev] >Thread Next - Re: Back in the Day .. Back in the Day ..To: NULL Date: 5/2/2006 5:34:00 AM I used to be able to XSL transform just about any XML using either MSXML or XSLTransform using syntax such as the following : <xsl:template match="/"> <html> <body> <p style="text-align:center;"> <b> Purchase Request </b> </p> <xsl:for-each select="PurchaseRequestReportData/PurchaseRequest"> <table> <tr> <td>Request # :</td> <td> <xsl:value-of select="PRNo" /> </td> </tr> <tr> <td>Request Date :</td> <td> <xsl:value-of select="CreateDate" /> </td> </tr> </table> </xsl:for-each> <xsl:apply-templates></xsl:apply-templates> </body> </html> </xsl:template> Now I can not get the browser to render anything other than the data, which leads me to question whether my Transform is doing anything at all. In one post, it was suggested that there needs to be some XSL code for constructing these HTML elements I want. What? "If that's movin' up then I'm movin' out" Any help gang? | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
