HTML To XHTML
Content Type: Module
Categories: Import/Export
Overview
For document templates xhtml is sometimes required, html might not always be parsed correctly. This module contains a java action to convert html to xhtml.
Documentation
Demo urlhttps://htmltoxhtml100-sandbox.mxapps.io
HTMLToXHTML
This is a module that provides a java-action to convert any valid HTML to XHTML.
Typical usage scenario
Often XHTML is used to parse rich text into a document template. Sometimes the HTML will break the creation of the document template because its not valid XHTML. You can simply use the java action from this module to convert this HTML to XHTML.
Features and limitations
- Convert HTML to XHTML
Dependecies
Requires jsoup java libraries