- From: James Lee <supplanter@mailandnews.com>
- Date: Thu, 5 Aug 1999 05:08:58 -0400 (EDT)
- To: <www-dom@w3.org>
Received on Monday, 9 August 1999 03:12:11 UTC
XML DOM structure: when i tried to pass a node as a text node to get the text content of an element, the runtime error says that there is a ClassCastException. this does not happen when i pass it to an Element node type, but the getNodeValue() for the Element node type is always null. what other ways can i use to get the text content out from the DOM structure? TIA, James
Received on Monday, 9 August 1999 03:12:11 UTC