xsl-list
[Top] [All Lists]

RE: about adding comments into the output file

2002-09-05 12:11:57
If interpret your question correctly, you're asking how can you put XML
comments into generated output.  The comment you don't want to output,
leave as you have it:

   <!-- this is the comment i would not like to add onto my output -->

The comment you want to have appear in your output format as:

   <xsl:comment> this is the comment i like to add onto my output
</xsl:comment>

The <xsl:comment> would have to part of a template which, but it looks
like you have that covered.

Regards,
Ed Knoll


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

--
Edward L. Knoll   Phone (work)     : (719)484-2717
                  e-mail (work)    : f49660c(_at_)cosd(_dot_)fedex(_dot_)com
                  e-mail (business): eknoll(_at_)sf-inc(_dot_)com
                  e-mail (personal): edward(_at_)elknoll(_dot_)com









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



<Prev in Thread] Current Thread [Next in Thread>