Re: Wrapping in HTML

* Ashok Renukappa wrote:
>I have a requirement, where i want to wrap HTML content in my java code
>according to some length.

Tidy can't realy help you with this. You could try using, say, `-wrap 1`
and then run a script over the output making the desired replacement,
taking good care that you don't edit into tags and attribute values and
so on, but generally speaking you would be better off with a different
tool (like a proper XML or HTML parser where you can make the changes in
a more structured manner).
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Monday, 9 January 2012 21:25:20 UTC