The first step is to understand what the exact issue is.
There is a function that can return a description of the error you have 
encountered.
Typically the code looks like this:

xstat = XDOMOpen( xmlData, XML.FROM.STRING, hDOM)
if xstat # XML.SUCCESS then
   call XMLGetError( xErrCode, xErrMessage)
   crt xErrCode:" - ":xErrMessage
end


Regards,

Gregor

This email and any attachments to it are confidential.
You must not use, disclose or act on the email if you are not the intended
recipient.  Liability limited by a scheme approved under Professional
Standards Legislation.
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to