On 25 Mar 2006, at 22:09, Marko Riedel wrote:


Hi folks,

it turns out GSXMLParser is rather picky about the data it will parse. It
will not accept NSMutableData it seems (it says "Bad NSData."). Bug or
feature? This is not a problem as I can make an NSData object (without
copying the bytes in the mutable object), but it does seem rather strange
that it would not accept a perfectly good NSMutableData object.

Are you sure that you are passing it a mutable data object?

Looking at the code, the test is for NSData or a subclass (- isKindOfClass:), which should therefore include NSMutableData.


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to