Ferreteria/v0.6/clade/Sys/Data/Codec/XML

From WoozleCodes
Jump to navigation Jump to search
clade: Sys\Data\Codec\XML
Clade Family
Codec XML (none)
Clade Aliases
Alias Clade
Base* [ca,i] Sys\Data\Codec
FTagAdmin Sys\Data\tree\XML\tags\base\Found\Root
PiecesIface Data\Mem\Array\Keyed\Pieces
QObj* [c,i] Data\Mem\QVar\Obj
Subpages

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.