Thanks for your suggestion. But I need to validate a fragment of HTML,
but it seems that HtmlDocumentValidator validates only whole
documents.
>From my point of view the following texts are valid HTML fragments:
- This is sample text
- <b>This is</b> sample <p>paragraph</p>

--
Daniel


On Thu, Sep 15, 2011 at 5:31 PM, manuelbarzi <manuelba...@gmail.com> wrote:
> may HtmlDocumentValidator help you.
> .
>
>
>
> On Thu, Sep 15, 2011 at 5:05 PM, Daniel Stoch <daniel.st...@gmail.com> wrote:
>> Hi,
>>
>> How to display dynamic HTML content on page which can be invalid
>> (because this HTML is entered by a user). I can use
>> Label.setEscapeModelStrings(false), but with invalid HTML content the
>> page will not be rendered (because of HTML parsing error). So maybe I
>> can use some of standard Wicket mechanisms to parse this HTML first to
>> check if I can display it on page? There are some parsers within
>> framework...
>>
>> --
>> Daniel
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to