Hi Mario, Thanks for the reply! I guess it is more likely that it referers to the Applet, Object, and Embed Tags. But I still cannot make sense of the closeOutUnwantedEmbeddedTags(). What is meant by "Unwanted" here? HTMLWriter(javax.swing.text.html.HTMLWriter) is suppose to output the Html for HTMLDocument(javax.swing.text.html.HTMLDocument), so maybe "Unwanted" could mean unknown/non standard tags which have no meaning to HTMLDocument: http://www.devguru.com/technologies/html/QuickRef/html_other_tags.html David Fu. > Il giorno sab, 14/10/2006 alle 21.16 +0900, fchoong@xxxxxxxxxxx ha > scritto: >> Hi Sven, Roman, and All, >> I am currently working on the HTMLWriter. Does anybody have an idea what >> is meant by an Embedded Tag for the writeEmbeddedTags() method? I am >> guessing it is the hidden input used in HTML forms, but the >> closeOutUnwantedEmbeddedTags() method does not really make sense here. >> David >> Fu. > > Hi! > > Not sure, as I don't know this java api, but it could be about the > "embed" and "object" tags. > > I think, but again I may be wrong, that it makes sense to close these > tags. I guess that if you are writing xhtml the tags get always closed, > even if they don't have body. > > If you need some clues about these tags, here I've found a few examples > that deal with applet, embed and object: > > http://java.sun.com/j2se/1.4.2/docs/guide/plugin/developer_guide/using_tags.html > > Hope that helps, > Mario > -- > Lima Software, SO.PR.IND. s.r.l. > http://www.limasoftware.net/ > pgp key: http://subkeys.pgp.net/ > > Proud GNU Classpath developer: http://www.classpath.org/ > Read About us at: http://planet.classpath.org > > Please, support open standards: > http://opendocumentfellowship.org/petition/ > http://www.nosoftwarepatents.com/ >