dfpc-coe / CloudTAK

Full Featured in-browser TAK Client powered by AWS
GNU Affero General Public License v3.0
13 stars 1 forks source link

Increase XML Parsing efficiency #252

Closed ingalls closed 2 months ago

ingalls commented 2 months ago

Context

The XML coming from the Mission API via latestCoTs is not streaming and as such we can avoid regex parsing by using a static XML parser to generate the document.