An utility to help XML processing. Just need to provide the XML content.
It supports:
- Convert multi line XML string to single line XML string /li>
- Convert a XML to entity XML
- Convert a XML to empty XML
- Remove all attribute and convert it to a element xml only
- Convert entiy XML to normal XML.
- Check welformedness of the XML String .
- Convert a XML to represent by a java variable
- Format a XML String
- XML sorting. It sorts both elements and attributes.
- Remove all attribute and elements values to convert to empty
xml.
- Remove comments from XML.
- Remove namespace from XML.
- Convert a XML to javadoc comment.
- Remove specific attributes and elements from XML
How It Works: