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
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)
>