using java template (containing < and >)
Status: Beta
Brought to you by:
khurshid
Hi,
I use java template in my code (it's new with jdk 1.5).
It is something like
ArrayList<TypeOfObject> list = new ArrayList();
list.add(new TypeOfObject());
But as you can see there are < and >. So the parser
believe this to be an HTML tag, but it isn't...
So I get an error of the HTML tidy...
See you
Vincent
vpoulailleau@yahoo.fr
The following html could not be cleaned.
ArrayList<Color> colors Liste de couleurs Ó utiliser
pour remplir
les partitions sur la frise temporelle
line 1 column 11 - Error: <entitelogicielle> is not
recognized!
This document has errors that must be fixed before
using HTML Tidy to generate a tidied up version.
Logged In: YES
user_id=884196
Originator: NO
I'm facing the same problem and would like to vote for this to be fixed. Till then, is there some workaround?
cheers,
Tim