weupnp icon indicating copy to clipboard operation
weupnp copied to clipboard

Use explicitly created SAXParserFactory with Namespace processing

Open a-pavlov opened this issue 9 years ago • 0 comments

Fix exception on Android platform due to non-exists config for default instance of SAXParserFactory using explicitly created instance with Namespace feature activated(to provide not empty localName in handler). Works also on other platforms - tested on Windows.

a-pavlov avatar Oct 12 '16 17:10 a-pavlov