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? Thanks, Phil