You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,10 +5,11 @@ Typescript XML parser that 100% retains all formatting for creating identical XM
5
5
If you have an XML file that you want to read, modify, and write back, this library will ensure that the output XML is formatted identical to the input XML.
6
6
7
7
## Features
8
+
8
9
- Retains all whitespace and line endings
9
10
- Retains all comments
10
11
- Retains whether an element is self-closing or not
11
12
- Retains attributes in the order they were defined
12
13
- Retains attribute quotes (single or double) and whitespace before and after the attribute name
13
14
- Retains XML processing instructions (including the XML declaration)
0 commit comments