digitick / php-sepa-xml

* THIS PROJECT IS NO LONGER MAINTAINED* SEPA file generator in PHP
107 stars 63 forks source link

Fixed DOMDocument::createElement(): unterminated entity reference #24

Closed tuempeltaucher closed 10 years ago

tuempeltaucher commented 10 years ago

createElement($name, $value) does not encode the value, replaced with a TextNode element.