KissXML icon indicating copy to clipboard operation
KissXML copied to clipboard

A replacement for Cocoa's NSXML cluster of classes. Based on libxml. Works on iOS.

Results 61 KissXML issues
Sort by recently updated
recently updated
newest added

Hello, i am creating this issue since there is a crash that is continuously growing and we already identified. The crash is due to a code that is using a...

We're seing a crash that isn't manually reproducible, but does occur somewhat frequently reported by Fabric (so guessing it's easier to trigger in release mode with optimizations). File involved is...

I compiled linphone source find memory leaks, see you reply can use openH264 solve the memory leak problem, I hope to get your help, to modify the memory leak problem...

Large input data may produce "internal error: Huge input lookup" on iOS devices. Request for a fix in DDXMLDocument: - (instancetype)initWithData:(NSData *)data options:(NSUInteger)mask error:(NSError **)error ... xmlDocPtr doc = xmlReadMemory([data...

@import Foundation; 这Use of '@import' when modules are disabled报错 why

The following code: `[DDXMLNode elementWithName:@"Value" stringValue:@"\\SomePath\New"]` results in the \N getting stripped out: `\\SomePathew` if the N in New is lowercase, the result is: `\\SomePath\new` which is expected.

Hi, DDXML failed to init from following fragment of XML. But NSXML handles well without any issue. ``` xml away iphone.imo.im XX XX xxxxxxxxxxxxxxxxxx ``` Test code: ``` objc NSString...

This way projects that import KissXML headers won't be warned about missing newlines if they use that warning.

a XMLString contains '&' always be transformed into an DDXMLDocument who's attribute contains '&'. why??? waitting for your answer! thanks