Anton
V.
Projects and
blogs
Random
Code
editors
XML Editor
XML Editor
A simple online editor for XML documents (XML files).
untitled.xml
— XML Editor
File
New...
Open...
Save
Save as...
Reload
Edit
Copy all content to clipboard
Clear content
View
Line numbers
Word wrap
<?xml version="1.0" encoding="UTF-8"?> <book> <title>Dune</title> <author>Frank Herbert</author> </book>
1
<?xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
2
<book>
3
<title>
Dune
</title>
4
<author>
Frank Herbert
</author>
5
</book>
XML Editor