How to use Neko parser to parse Document fragment

2002-05-20 Thread Samuel Cheung
Hi, Could someone please tell me if I can use Neko HTML parser to parse Document Fragment? For example, if I have a string " this is some text " and an existing document (owner document), can i use Neko to create an element (for the I tag) with a text node as its child. And I can append this new

RE: Java Serialization of the DOM?

2002-04-23 Thread Samuel Cheung
Does the HTML /WML DOM of the xerces serializable as well? Thanks. -Original Message- From: Scott Sanders [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 23, 2002 2:46 PM To: [EMAIL PROTECTED] Subject: RE: Java Serialization of the DOM? I will look into this then. This will help prev

Serialization of Document object

2002-03-25 Thread Samuel Cheung
Hi, Could someone please tell me if the current DOM/HTML DOM implementation in xerces-J2.0.1 serializable? If yes, could you please explain to me the following exception? If not, could you please tell me what I need to do to make the DOM serializable? Thanks. Sam I got the following exception