Platforms to show: All Mac Windows Linux Cross-Platform

TidyDocumentMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Tidy MBS Tools Plugin 5.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
A document in the tidy library.
Example
dim t as new TidyDocumentMBS

call t.ParseString("<p>Hello World</p>") // pass here bad html
call t.CleanAndRepair

dim s As String=t.SaveString
MsgBox s // show fixed html

The main class for using the tidy library in Xojo.

This class has no sub classes.

Some properties using for this class:

Some examples using this class:

Blog Entries

Release notes

  • Version 22.5
    • Changed SaveString method in TidyDocumentMBS class to return string with right encoding set.
  • Version 19.4
    • Patched ReplaceObsoleteElements function in Tidy library to avoid endless recursion in ParseString method in TidyDocumentMBS class.
  • Version 17.2

The items on this page are in the following plugins: MBS Tools Plugin.


TidyAttributeMBS   -   TidyInputMBS


The biggest plugin in space...