Blogger Tools
HTML to XML Converter
Converter
Convert raw HTML to parsed XML for Blogger templates.
Copied to clipboard!
Why convert?
Blogger templates are XML-based. Inserting raw HTML tags like <div> directly into a template or preformatted code block often breaks the layout. Converting them to entities allows the code to display correctly as text.
How it works
- < becomes <
- > becomes >
- " becomes "