FabianLauer / vs-code-xml-format

Simple XML formatter for Visual Studio Code.
https://marketplace.visualstudio.com/items/fabianlauer.vs-code-xml-format
MIT License
7 stars 5 forks source link

Node containing a period fails formatting #7

Closed blitzxion closed 8 years ago

blitzxion commented 8 years ago

Almost like Issue #6.

A node like

<system.webServer>
<!-- .... -->
</system.webServer>

Will cause an error and will not format the document.

XML formatting failed: at line #, column #; expected whitespace or end of opening tag.

Work around would be to simply remove the period from the nodes, format the document, then add them back.

FabianLauer commented 8 years ago

Hi @blitzxion, thank you for reporting this 👍 It's now fixed in the XML library. I'm still testing, but there'll be an update soon 😉