Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

standalone=no #53

Open
yegor256 opened this issue Mar 10, 2015 · 5 comments
Open

standalone=no #53

yegor256 opened this issue Mar 10, 2015 · 5 comments

Comments

@yegor256
Copy link
Owner

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/>
@davvd davvd added the bug label Mar 11, 2015
@davvd
Copy link

davvd commented Mar 11, 2015

@yegor256 OK, I labeled it as bug

@davvd
Copy link

davvd commented Mar 11, 2015

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

@teyyub
Copy link

teyyub commented Jun 17, 2018

i think it is closed doesn't it ?

@carlosmiranda
Copy link
Collaborator

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

@javadev
Copy link

javadev commented Nov 18, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants