-
Notifications
You must be signed in to change notification settings - Fork 28
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
Xembler.xml() doesn't have an option to omit the header #64
Comments
@dmzaytsev I think it's better to just build an XML without header by default. If someone will need a header, he/she can add it later, just by string concatenation. Agreed? |
@yegor256 maybe to add the constant to Xembly in this case? |
@dmzaytsev well, some users may need XML 1.1 or a different encoding or a |
@yegor256 ok, let's remove the header, I agree |
@dmzaytsev we will find someone to do this task, soon |
@dmzaytsev thanks a lot for reporting, 15 mins added to your acc, pmt ID |
@davvd Was this implemented ? Any relevant documentation would be great. |
@0crat in |
@carlosmiranda Job #64 is now in scope, role is |
@carlosmiranda Thanks for your contribution, @dmzaytsev/z! If you would be a member of the project, you would now earn +15 reputation points, as explained in §29. You can join and apply to it, see §2. |
Xml without header
May be stored as
|
Xembly doesn't allow to generate xml fragment without the header
<?xml version="1.0" encoding="UTF-8"?>
.It would be great to add a new method
Xembler.xml(boolean header)
The text was updated successfully, but these errors were encountered: