Dear All :
I am planning to use Jtidy for clearing my generated html to make it
pure xhtml. I want to have some custom tags defined inside my html
code which should not be touched by Jtidy. Is there a way , a
configuration or some code change that will help me achieve this.
Greatly appreciate your help.
Cheers - Ranjth
Daniel Pitts - 23 Jul 2007 22:07 GMT
On Jul 23, 6:31 am, ranjithku...@gmail.com wrote:
> Dear All :
>
[quoted text clipped - 6 lines]
>
> Cheers - Ranjth
If you have custom tags within XML, they should be namespaced. (eg
<mytags:tag>) Try Jtidy with the namespaced tags, and see if it works
out of the box.