1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00
Files
libxml2/result/def-xml-attr.xml
Nick Wellnhofer c8cea39d8a save: Fix serialization of attribute defaults containing <
Long-standing bug that produced invalid XML.
2025-05-11 20:29:25 +02:00

9 lines
183 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE root [
<!ATTLIST foo xml:lang CDATA "eng">
<!ATTLIST foo bar CDATA "&lt;&gt;&quot;">
]>
<root>
<foo xml:lang="ger">Ja</foo>
</root>