[swift-corelibs-dev] Is NSXMLParser completely implemented (swift-3.0-PREVIEW-2)

2016-08-02 Thread Tim Kreger via swift-corelibs-dev
Hi all, I'm attempting to implement an xml parser using (swift-3.0-PREVIEW-2). When compiling it requires all of the NSXMLParserDelegate functions to be implemented (they are optional on OSX) which I have implemented. However at run time none of the the delegate functions are called even though

Re: [swift-corelibs-dev] Is NSXMLParser completely implemented (swift-3.0-PREVIEW-2)

2016-08-08 Thread Tim Kreger via swift-corelibs-dev
g 2, 2016, at 8:08 PM, Tim Kreger via swift-corelibs-dev > wrote: > > Hi all, I'm attempting to implement an xml parser using > (swift-3.0-PREVIEW-2). When compiling it requires all of the > NSXMLParserDelegate functions to be implemented (they are optional on OSX) >