Re: [svgwg] [svg-native] Support for XML entities/CDATA required? (#672)

Given that SVG is an XML dialect, using an actual XML parser seems like a good idea. I expect most implementations use out-of-the-box parsers like [NSXMLParser](https://developer.apple.com/documentation/foundation/nsxmlparser?language=objc) on macOS and iOS, [Windows.Data.XML.DOM](https://docs.microsoft.com/en-us/uwp/api/windows.data.xml.dom) on Windows, [libxml2](http://xmlsoft.org/) on Linux, and [XMLPullParser](https://developer.android.com/reference/org/xmlpull/v1/XmlPullParser.html) on Android. Requiring an implementation to write their own parser would be unfortunate.

-- 
GitHub Notification of comment by litherum
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/672#issuecomment-483727786 using your GitHub account

Received on Tuesday, 16 April 2019 16:09:58 UTC