First page Back Continue Last page Overview Graphics
The reverse problem
Tools that create XML from strings:
- Tree-based editors like <Oxygen/> or XML Spy
- WYSIWYG applications like OpenOffice Writer
- Programming APIs such as DOM, JDOM, and XOM
The tool automatically escapes reserved characters like <, >, or &.
Just because something looks like an XML tag does not mean it is an XML tag.