TCMXMLWriter icon indicating copy to clipboard operation
TCMXMLWriter copied to clipboard

elegant cocoa XML marshalling with a small memory footprint

Results 4 TCMXMLWriter issues
Sort by recently updated
recently updated
newest added

While i am parsing xml in iOS 11. I am getting CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 756. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to...

When initializing a writer in C `TCMXMLWriter *writer = [[TCMXMLWriter alloc] initWithOptions:TCMXMLWriterOptionPrettyPrinted];` was used which worked as expected. In Swift `var writer = TCMXMLWriter(options: TCMXMLWriterOptionPrettyPrinted)` will not compile and gives...

Added a pod spec for version 1.0.0. A 1.0.0 tag needs to be created before this can be pushed to the spec repo. I'm more than happy to maintain the...

Hi, First of all, great library, coming from the nokogiri library in ruby I really appreciate the clean and convenient syntax :) Would it be possible to list the library...