xembly icon indicating copy to clipboard operation
xembly copied to clipboard

standalone=no

Open yegor256 opened this issue 10 years ago • 5 comments

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 avatar Mar 10 '15 18:03 yegor256

@yegor256 OK, I labeled it as bug

davvd avatar Mar 11 '15 07:03 davvd

@yegor256 thanks for the ticket, your account was topped for 15 mins, payment 000-b214df81

davvd avatar Mar 11 '15 09:03 davvd

i think it is closed doesn't it ?

teyyub avatar Jun 17 '18 06:06 teyyub

@yegor256 this will be rendered moot because of #64, what do you think?

carlosmiranda avatar Aug 10 '18 05:08 carlosmiranda

<?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/

javadev avatar Nov 18 '22 23:11 javadev