- From: Michael Ryan Bannon <mrbannon@student.math.uwaterloo.ca>
- Date: Thu, 23 Aug 2001 13:22:12 -0400
- To: Chunbo Shao <cxs0187@omega.uta.edu>
- CC: html-tidy@w3.org
This is what I did (using JTidy).
After finding out what tags I needed to add (dynamically), I wrote a file
called "J:/config.txt" and did the following:
tidy.setConfigurationFromFile("J:/config.txt");
document = tidy.parseDOM(this.url.openStream(), this.outputStream);
The config file was simply one line:
new-inline-tags: noindex
Where "noindex" was the tag I wanted JTidy to accept.
Hope that helps,
Ryan
Chunbo Shao wrote:
> Hi, Michael
>
> thanks for reply. Just now, you said you are using "config" to add tags.
> It is in tidy written not by java, is it?
>
> Because i didn't find "config" in JTidy yet.
>
> Chunbo
>
> On Mon, 20 Aug 2001, Michael Ryan Bannon wrote:
>
> > Hello all,
> >
> > i know in HTMLTidy you can set your config file to recognize unknown
> > tags by specifying those tags. Is there a similar option in JTidy? I
> > couldn't find one, but such an option would be great.
> >
> > thanks,
> >
> > ryan
> >
> >
Received on Thursday, 23 August 2001 13:18:31 UTC