Aniruddha Shevade wrote: > > Hello > I get a DOmException after I call the parse() method of the DOMParser > When I Try to catch the exception and retrieve teh Error MEssage, I get a > empty > sting ? Any help is appreciated
The DOM_DOMException string is not set. You need to work off of the error code. See the DOMPrint sample. -- Jack Marr ([EMAIL PROTECTED]) Cypress, CA EDS/PLM Solutions --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
