v14.52.0
v14.52.0 - 2025-08-11
- 🎉 Add
CoTParser.from_xml_document()for parsing multi-event XML documents (ie: the TAK Server Mission API CoT endpoint) - each event is parsed & validated individually and returned incots, with unparseable events collected ininvalidas{ error, event }(the raw unmutated xml-js event) so a single poisoned CoT doesn't prevent valid CoTs from being returned - ✅
from_xml_documentcoverage: mixed valid/poisoned documents, ordering, bare<event>root, XML declaration, boolean attr normalization, pristine invalid events, Flow-Tag absence & GeoJSON conversion of parsed CoTs
�