----- Original Message ----- From: "Phil Wilson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 28, 2002 3:42 PM Subject: Empty return value
> Hi, > > Part of the return from an XML-RPC call I make is an empty field > (<value><dateTime.iso8601></dateTime.iso8601></value> in fact), but the > included MiniML parser chokes on this (unparseable date: ""). > > As far as I'm aware, an empty element is valid XML, so shouldn't this be > dealt with? Phil, can you post the error you get? I suspect the parser is happy with the XML but the XL-RPC code itself will not like it as it is not a valid date. I.E. It's well formed XML but not valid XML-RPC John Wilson The Wilson Partnership http://www.wilson.co.uk
