PackageDescription: LibTidy


Lib Tidy

Last published: December 14, 2008 by 'jamesr'

Defines 3 Classes
Extends 4 Classes


http://tidy.sourceforge.net

(XML.Tidy.TidyInterface current tidy: '

foo' onWarnings: [:w | ] onErrors: [:e | ]) asByteArray asStringEncoding: 'utf-8'

(XML.Tidy.TidyInterface current tidy: '

foo ॸ

' onWarnings: [:w | ] onErrors: [:e | ]) asByteArray asStringEncoding: 'utf-8'

XML.Tidy.TidyInterface current tidy: ('

',('

' asXML root elements first text),'

')
onWarnings: [:w | ] onErrors: [:e | ]