Arunkumar Halebid wrote:
Hello,
* In the xsl I set the output method to text. Within the style sheet I am trying to include some string also as output, apart from node values of the input xml.
* I do not see any text output in the resulting transformation. Where am I doing a mistake?
Addendum :
Don't forget to use also 'comment()' if you want to display the comment !
text() is useful when text and tags are nested together. node() allow to manipulate the complete node.
Bonne journ�e.
Eric
