Hi everybody!
I have a problem with the AbstractMarkupParser.
My application uses a HTML template to nest itself into a given web
site. This template is been pulled from a CMS. Sometimes, this CMS does
not return 100% compliant HTML5, although the doctype claims it.
Recently it returned an empty data attribute without the equal sign and
the quotes (so it was just <tag data></tag> instead of <tag
data=""></tag>). This made the Wicket application to crash, because it
wasn't able to parse the template.
Is there any way to tell Wicket to "overlook" such minor HTML problems?
Tanks in advace
Christian
I have a problem with the AbstractMarkupParser.
My application uses a HTML template to nest itself into a given web
site. This template is been pulled from a CMS. Sometimes, this CMS does
not return 100% compliant HTML5, although the doctype claims it.
Recently it returned an empty data attribute without the equal sign and
the quotes (so it was just <tag data></tag> instead of <tag
data=""></tag>). This made the Wicket application to crash, because it
wasn't able to parse the template.
Is there any way to tell Wicket to "overlook" such minor HTML problems?
Tanks in advace
Christian