Is it possible to use JSF+Facelets with HTML 4/5?

前端 未结 5 1133
心在旅途
心在旅途 2020-11-22 09:40

Facelets relies on XML namespaces to work with XHTML. How are HTML 4, and as far as I know, HTML 5 do not support namespaces. Also HTML 5 has some new elements that are not

5条回答
  •  萌比男神i
    2020-11-22 10:42

    http://wiki.whatwg.org/wiki/HTML_vs._XHTML has some useful information on how namespaces can be used in HTML5 to assist migration from XHTML. Perhaps you can try applying the namespace as it suggests and see what occurs?

提交回复
热议问题