[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Get sub-tree as text
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
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|