Responding to questions: i. I have the current version of AbiWord (1.0.3). ii. Yes, I'm using documents with a DTD. iii. Why is CSS import helpful? Because HTML is a useful document exchange format only with CSS support, and I use HTML in preference to RTF (for many reasons).
Alan Isaac PS An example of a valid but problematic xml document (inline, since I am assuming attachments are not welcome): <?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN" "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd" > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" > <head> <title>Extra Letters</title> </head> <body> <h1> Why <br /> Are <br /> There <br /> Extra <br /> Letters Here? </h1> </body> </html> ----------------------------------------------- To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the word unsubscribe in the message body.
