Changeset 45
- Timestamp:
- 03/10/06 10:38:17 (3 years ago)
- Files:
-
- trunk/jsolait/lib/xmlrpc.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jsolait/lib/xmlrpc.js
r22 r45 530 530 }catch(e){ 531 531 } 532 if( respDoc == null){532 if((respDoc == null) || (respDoc.documentElement == null)){ 533 533 if(respTxt == null || respTxt == ""){ 534 534 throw new mod.MalformedXmlRpc("The server responded with an empty document.", "");
