Extract XML declaration from raw XML (quickxml_to_serde drops it).
Returns a Value object like {“@version”: “1.0”, “@encoding”: “UTF-8”, “@standalone”: “yes”}
for use in build_xml_string. None if no declaration found.
Hash an arbitrary XmlElement to its 8-character short hash. Exposed so
the upstream collision detector can request a deterministic fallback for
individual siblings without re-deriving the hash logic.