Re: DOM Exception

2001-06-12 Thread srinivas mohan
check where are you are trying to insert the node. Mohan >From: "kkumari" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: <[EMAIL PROTECTED]> >Subject: DOM Exception >Date: Tue, 12 Jun 2001 20:12:59 +0530 > >Hi, > I have a problem while app

Re: DOM Exception

2001-06-12 Thread Joseph_Kesselman
>Now i convert that into a Document node using DomParser. Sounds like this is a Xerces question rather than a Xalan question. I'd suggest you repost it in the xerces-j or xerces-c list, as appropriate. Note that it is very difficult to diagnose this sort of thing without seeing your code, especi

Re: DOM Exception

2001-06-12 Thread David_N_Bertoni
oni/CAM/Lotus) Subject: DOM Exception 06/12/2001

Re: DOM Exception

2001-06-12 Thread Gary L Peskin
This is a Xerces question, not a Xalan question. Please ask over there. Gary kkumari wrote: > > Hi, > I have a problem while appending nodes to the existing Dom Structure. > I have an XML string which i get from an XML Database. Now i convert that > into a Document node using DomParser. I

DOM Exception

2001-06-12 Thread kkumari
Hi, I have a problem while appending nodes to the existing Dom Structure. I have an XML string which i get from an XML Database. Now i convert that into a Document node using DomParser. I have one Element called links in the Domtree. Now if i try to create a new Element called links and try t