svg
svg copied to clipboard
Support CDATA sections
It would be useful to have an interface for generating and parsing CDATA sections (<![CDATA[ ]]>). These are used in SVG, e.g., to embed CSS rules inside a <style> element (example).
ETA: I'm working on a PR for this feature.
Sorry for the late response! Yes, I would be happy to review.
Anything happening here? I need this too :).
The parsing of what is inside is unlikely to be supported, but thanks to @RudolfVonKrugstein, it is now at least exposed as a string for further external processing.