You are not logged in.
Pages: 1
Hi,
Adding to my previous thread, how can I automatically generate an xmlns tag in the XHTML output such as : xmlns="http://www.w3.org/1999/xhtml"? I notice documents without this tag are marked as invalid XHTML docs.
Offline
Hmm...that's slight contradictory with whats written on the GetHtml plugin page
GetHtml is a replacement for the getHTML() function in htmlarea.js. It offers several improvements over the original, including:
* Produces valid XHTML code
* Formats code in HTML view in indented, readable format.
* Much faster than HTMLArea.getHTML()
* Eliminates many hacks to accomodate browser quirks
* Returns correct code for Flash objects and scripts
* Preserves formatting inside script and pre tags
Offline
xinha does produce valid xhtml content code. I'm using xinha to update webpage content, then I take this and wrap it in xml with other info like menus, title, keywords, etc and then use xslt to transform it into a webpage. If nasties like unfiltered pasting from a microsoft document are avoided, it works well.
Bill
Offline
Pages: 1