This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

about adding comments into the output file



Hi:

i was wondering how to add comments from a stylesheet into the output file

suppose i have this stylesheet

<xsl:template match="book">
<!-- this is the comment i like to add onto my output -->
<something>xxx</something>
...
<!-- this is the comment i would not like to add onto my output -->
</xsl:template>
...

i was wondering how it is done

many thanks

regards
Kit





_________________________________________________________________
MSN 相簿提供您最簡單的方式分享並列印您的相片,請移至:
http://photos.msn.com.hk/support/worldwide.aspx


XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]