Get sub-tree as text

Subject: Get sub-tree as text
From: Honglin Su <hosu@xxxxxxxxxxxxx>
Date: Mon, 17 Jul 2000 21:28:44 -0400 (EDT)
I am using xalan 1.0.1, when I apply an XSL stylesheet to an XML document,
it passes the current NodeList to an extension java class, which will
return the text string of the whole sub-tree. 

e.g.
<customers>
 <customer>
   <name>John Smith</name>
 </customer>
</customers>

If I process the current node: <customers>, it would return the whole
sub-tree as String:

<customers>
 <customer>
   <name>John Smith</name>
 </customer>
</customers>        

Your help is much appreciated.

Honglin


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


Current Thread