I develop text editor which tokenizes text and it has HTML inside. Next I working with it and search some references and soo on. Bacisly is same advanced fulltext filtering. I need valid HTML for it. It is quite hard to explain. And need libraby wich not use third side (api, "internet" ...). Your librabry has great marks on the internet. The HTML can by simple like i use for example to same "hell"code. Thanks for anwser and i will try it.
I develop text editor which tokenizes text and it has HTML inside. Next I working with it and search some references and soo on. Bacisly is same advanced fulltext filtering. I need valid HTML for it. It is quite hard to explain. And need libraby wich not use third side (api, "internet" ...). Your librabry has great marks on the internet. The HTML can by simple like i use for example to same "hell"code.
I need validation. If i use it all controll are OK but this is only "fail" i have. I have my cutsom parser for HTML, but i need something for validation and i use Jericho. End tag without start tag is big issue and crush my app. Sorry if my english is bad.
I need validation. If i use it all controll are OK but this is only "fail" i have. I have my cutsom parser for HTML, but i need something for validation and i use Jericho. End tag without start tag is big issue and crush my app. Sorry if my english is bad.
I need validation. If i use it all controll are OK but this is only "fail" i have. I have my cutsom parser for HTML, but i need something for validation and i use Jericho. End tag without start tag is big issue and crush my app. Sorry if my english is bad.
I need validation. If i use it all controll are OK but this is only "fail" i have. I have my cutsom parser for HTML, but i need something for validation and i use Jericho. End tag without start tag is big issue and crush my app.
I need format my html. I tested same example with http://jerichohtmlparser.appspot.com/samples/FormatSource.jsp and i find little problem. Formater skip end tag without start tag. Example: <html><body> test </test> </body></html> and formater do this: <html> <body> test </test> </body> Where is start tag for tag *test*????? </html> Is some settings turn on for this? This is big issue for me. I tested this also with version 3.4 in code and same result.
I need format my html. I tested same example with http://jerichohtmlparser.appspot.com/samples/FormatSource.jsp and i find little problem. Formater skip end tag without start tag. Example: " test " and formater do this: " test Where is start tag for tag test????? " Is some settings turn on for this? This is big issue for me. I tested this also with version 3.4 in code and same result.