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

Releases

Version: 1.2.0
Framework Version: 9.12.1
Release Notes: Updated Jar libraries and added extra functionality for escaping things like  . **Make sure to delete all Java libraries used by the old HTMLToXHTML module from the userlib folder of the project before upgrading to the latest version!**
Version: 1.1.0
Framework Version: 9.12.1
Release Notes: Updated module to mx9.12
Version: 1.0.0
Framework Version: 8.18.13
Release Notes: Initial Release