NAME
Quiq::Xml - Einfache XML-Operationen
METHODS
print() - Formatiere XML
Synopsis
$xmlFormatted = $this->print($xml);
Returns
XML als formatierte Zeichenkette
Description
Liefere XML-Code $xml als formtierte Zeichenkette mit Einrückung.
Example
say Quiq::Xml->print($xml);
VERSION
1.222
AUTHOR
Frank Seitz, http://fseitz.de/
COPYRIGHT
Copyright (C) 2024 Frank Seitz
LICENSE
This code is free software; you can redistribute it and/or modify it under the same terms as Perl itself.