Hi, Just a quick question about the htmlParser. I have a document that I am creating which is talking to a database to retrieve a number of strings. One of the strings I am receiving contain a number of html tags. If there a way that I can parse the String from the database and add it to my document?
The html is fairly basic, i.e. <font face="Arial" size="10" color="#15325C"> <p>A paragraph.</p> <li>List item.</li> <li>List item.</li> <li>List item.</li> <p>Another paragram.</p> </font> As you can see there are no start/ending html tags and the majority of the strings would not be much more complicated. I have looked at the HtmlParser however I think that it wants a file name as a string rather than a String of characters to Parse. Any help is much appreciated. Cheers Mark Hitchcock Analyst Programmer (Software Systems) [EMAIL PROTECTED] ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions
