Releases: formix/damn-simple-xml
Releases · formix/damn-simple-xml
Added the Any Dept Declarator
This new feature enables a user to declare an element name at any depth within the XML path or object graph using the "*." notation. See the library API in Github wiki for complete documentation.
For now the feature is enabled only for arrays but it will be extended to other behavior objects.
Asked by @dsamit
Added bufferization to serialization
Now buffer in a 64k temporary variable before calling the callback. This accelerates the streaming to a file or another unbuffered output stream.