Ferreteria/v0.6/clade/Sys/Data/Codec/XML
Jump to navigation
Jump to search
| ||||||||||||||||||||
History
- 2024-07-12
xml_parser_create()et al. does not seem like the right library to use -- the output of a parsing operation is structured weirdly, and the documentation is unclear on how to read it. Switching to simplexml_load_string() et al. - 2024-09-25 moving some folders/namespaces around, but this ended up in the same place.