TidyMarkupPage edited by Christian MuellerChanges (1)
Full ContentTidyMarkupTidyMarkup is a Data Format that uses the TagSoup to tidy up HTML. It can be used to parse ugly HTML and return it as pretty wellformed HTML.
TidyMarkup only supports the unmarshal operation as we really don't want to turn well formed HTML into ugly HTML Java DSL ExampleAn example where the consumer provides some HTML
from("file://site/inbox").unmarshal().tidyMarkup().to("file://site/blogs");
Change Notification Preferences
View Online
|
View Changes
|
Add Comment
|