can any body help me in the following matter
Main:Parse
DOM Parser Operation failed.
Thnx
can any body help me in the following matter
Main:Parse
DOM Parser Operation failed.
Thnx
Subject: DOM Parser
You could trap the error and display the NotesDomParser.Log. Maybe that will give you more details where it went wrong.
Subject: DOM Parser
You could trap the error and display the NotesDomParser.Log. Maybe that will give you more details where it went wrong.
Subject: DOM Parser
hi, Now i ve one more query why the NotesDomParser object is coming with Parse method not Process method. And at this method the error coming is “Variant does not contain an object”.
thnx.
Subject: RE: DOM Parser
Is there something about the debugger that frightens you? You have provided absolutely no information that could possibly help anybody to help you solve your problem. As for Parse versus Process, the NotesDOMParser has two major processes it carries out – Parse and Serialize. Normally, there is some processing of the document between the calls to those two methods. Which one should get the “Process” tag?
Subject: RE: DOM Parser
Ya stan,gone through the debugger and the error that comes is
4602 : DOM PARSER OPERATION FAILED.
Subject: RE: DOM Parser
And what does the DOMParser’s log tell you? (Hint – it will be an XML document that tells you why the parse failed.) You still haven’t posted anything useful, you know. Apart from the fact that you are using a NotesDOMParser object and calling the Parse method, we know nothing of your code. There’s no indication of where the XML document is coming from, no way to determine whether the document is valid and parsable to a DOM tree, no clues at all. And no, we don’t need to know what your code is “something like”, we need to know what it IS.
Subject: RE: DOM Parser
HI ITS DONE.
Subject: RE: DOM Parser
the 4602 error has been tracked. Now moving forward, giving the feed back.