KissXML
KissXML copied to clipboard
DDXMLElement elementsForLocalName:URI variable shadowing
In the ARC branch, DDXMLElement elementsForLocalName:URI, the second declaration of the prefix variable within the else block shadows the first declaration.
Benign, but triggers a warning message when the 'Hidden Local Variables' warning is turned on.
This is fixed by #26.