What's wrong with this entry?
Anonymous. No account, no email.
- Added XML parsing and serialization capabilities
- New
DOMParserclass for parsing XML/HTML strings into DOM documents - New
XMLSerializerclass for converting DOM documents back to strings - Support for various XML MIME types including:
text/htmlapplication/xmltext/xmlapplication/xhtml+xmlimage/svg+xml
These features enable Claude Code to work with structured XML/HTML content internally, though they appear to be used for internal processing rather than exposed as user-facing commands.