Hello, I have noticed that any function that generates markup, will generate XHTML markup.
So for any of us that use a HTML 4.01 Doctype, this will lead to invalid Html pages. Here are some reasons for one to use HTML 4.01 : http://webkit.org/blog/?p=68 http://hixie.ch/advocacy/xhtml http://www.webdevout.net/articles/beware-of-xhtml#conclusion Also a lot of good css or javascript coders recommend 4.01 Doctype. E.g. just ask in the css irc-channel. Not saying that the html 4.01 doctype is the Doctype to use, but would it be possible to take this point in cosideration in the ZF for the one of us who choosed an HTML Doctype rather than XHTML ? By for example adding some static method that would let one choose the markup Xhtml / Html ? Thank you for any response !! -- View this message in context: http://www.nabble.com/Suggestion-for-ZF---Markup-generation-tp14234398s16154p14234398.html Sent from the Zend Framework mailing list archive at Nabble.com.
