trichview.support
HTML Export and XHTML |
Author |
Message |
rafaellop |
Posted: 09/18/2002 21:44:50 Hello, Would it be possible to add an option for HTML Save to save the HTML Tags in teh XHTML format? The format is simple in a few words: 1) Every tag and attribute name is written in smallcaps e.g. instead of <B>Hi!</B> - <b>Hi!</b> 2) Every tag must be closed even tags without the closing tag, e.g. instead of the <IMG SRC="..."> there sould be <img src="..."/> Note the '/' character at the tag end. 3) Every tag attribute must have a value. 4) Every tag attribute value must be in quotes, e.g. instead of the <IMG WIDTH=300 HEIGHT=400 ...> there sould be <img width="300" height="400"...> The XHTML save should be optional. Other idea is to add some way to add the META tag charset definition. The appropriate encoding can be handled by the coder. Regards, Rafal |
Powered by ABC Amber Outlook Express Converter