htmlpurifier icon indicating copy to clipboard operation
htmlpurifier copied to clipboard

Namespaces and prefixes

Open xaviripo opened this issue 6 years ago • 1 comments

XML namespaces/prefixes (<namespace:element> and xmlns:namesapace="..." attribute) are not currently supported. Is support planned?

xaviripo avatar Nov 21 '18 16:11 xaviripo

No support for it is planned. You can support namespaces on an ad hoc manner by adding custom elements with colons in them, but we don't have anything approximaitng real xml.

ezyang avatar Nov 23 '18 21:11 ezyang