xembly
xembly copied to clipboard
standalone=no
Let's make it possible to create documents with standalone=no in the XML declaration, for example:
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<page/>
@yegor256 OK, I labeled it as bug
@yegor256 thanks for the ticket, your account was topped for 15 mins, payment 000-b214df81
i think it is closed doesn't it ?
@yegor256 this will be rendered moot because of #64, what do you think?
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<page/>
May be stored in this data
{
"page": {
"-self-closing": "true"
},
"#standalone": "no"
}
https://xmltojson.github.io/