On 8/14/07, Sherlock, Ric <[EMAIL PROTECTED]> wrote: > The properties don't get displayed in the browser and probably shouldn't > include things like " or & that need to be represented as " etc. I > think entities inv is for use on text for display, which in turn doesn't > need to be enquoted:
For example: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" > <HTML> <HEAD> <TITLE>example page</TITLE> </HEAD> <BODY topmargin="0"> <DIV>div 1</DIV> <DIV title="This belongs to my "example"">div 2</DIV> </BODY> </HTML> If you put your mouse over the text div 2, you should see a tooltip which contains quote characters. -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
