Altova Mailing List Archives>Archive Index >microsoft.public.xsl Archive Home >Recent entries >Thread Prev - Adding comments >Thread Next - Re: Adding comments Re: Adding commentsTo: NULL Date: 10/21/2008 7:02:00 PM tshad wrote: > How do I add comments to my XSLT sheet? > > I can see all over how to add comments that get put on the resulting xml > <xsl:comment> but not much (or it is a little confusing) on how to just > comment your XSLT script. An XSLT stylesheet is an XML document thus if you want to put in comments then use the XML comment syntax <!-- comment text --> e.g. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <!-- author: foo; version: 1 --> </xsl:stylesheet> -- Martin Honnen --- MVP XML http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
