darylldoyle / svg-sanitizer

A PHP SVG/XML Sanitizer
GNU General Public License v2.0
464 stars 68 forks source link

using qualified node names #102

Closed igor-krein closed 3 months ago

igor-krein commented 4 months ago

Correct processing of attributes like xml:space

igor-krein commented 4 months ago

This should fix the problem described in the issue https://github.com/darylldoyle/svg-sanitizer/issues/64

Requires a thorough testing.

darylldoyle commented 3 months ago

Thanks for this :)