Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
 

Go Back   XSL - XML - RSS Forums > XSLForum: Main > XSL Coding General

Tags:



Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-21-2008, 06:12 PM
tshad
 
Posts: n/a

Default Adding comments



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.

Thanks,

Tom


Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 10-21-2008, 06:12 PM
Martin Honnen
 
Posts: n/a

Default Re: Adding comments

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/
Reply With Quote
  #3 (permalink)  
Old 10-21-2008, 07:01 PM
tshad
 
Posts: n/a

Default Re: Adding comments


"Martin Honnen" <mahotrash@yahoo.de> wrote in message
news:Of73O75MJHA.5692@TK2MSFTNGP04.phx.gbl...
> 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>


What I was looking for.

Thanks,

Tom
>
>
> --
>
> Martin Honnen --- MVP XML
> http://JavaScript.FAQTs.com/



Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Contact Us -|- XSL - XML - RSS Forums -|- Archive -|- Top -|-Rules/Disclaimer-|-Help/Support -|-Advertise
© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
All times are GMT. The time now is 01:12 PM.
Style Developed by Epic Designz