-
Notifications
You must be signed in to change notification settings - Fork 89
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
Wrong formating of mixed content elements #200
Comments
I know this is technically valid XML, but I don't see it very often, so bear with me. What would the desired formatting be in this case? Option A
Option B
|
I think using mixed content is a really bad practice and I don't think I have a good solution, but the only correct think to do in my opinion is to just not touch anything inside the
would be modifying the data of the XML. I guess, I can see the formatting continuing inside the
Other than that, I think Option A is better than Option B if only because it breaks the data a little less. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Please don't close this if it is not resolved. |
WELL IM GLAD IS NOT O.D DOINGS |
Hey thanks for the update I will be there shortly but I'm how u put it
shopping for the next producer of the OvErDoZed I'm giving up the chance to
do so to one of my beat Masters it help them Definitely and I'm going on
stage again and him too
…On Thu, Sep 20, 2018, 4:03 PM overdozed ***@***.***> wrote:
WELL IM GLAD IS NOT O.D DOINGS
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#200 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/Aouwtwacusl1TStEm3d04hhfWP1wEZ1nks5udB6xgaJpZM4Uztok>
.
|
Description
White space is added to the content of mixed content element.
Formatting
<mixedContentNode>text<innerNode>innerNodeText</innerNode></mixedContentNode>
puts white space before the opening of the inner element.Formatter Implementation
Using the default
xmlTools.xmlFormatterImplementation
setting value (v2
).XML Tools Version
2.3.1
VS Code Version
1.24.1
Operating System
Windows 10
The text was updated successfully, but these errors were encountered: