Description
Parses, builds, and manipulates XML documents from Ruby code. It is useful for configuration files, document formats, feeds, legacy integrations, and tools that need a pure Ruby XML toolkit.
XML from untrusted sources can be malformed or hostile. Limit input size, disable unsafe features where needed, and validate extracted data before using it.