I am using JSF, and all toturial has first line in the *.xhtml similar as follows:
<?xml version="1.0" encoding="UTF-8"?>
however, sometimes Richface generated JavaScript content is not wrapped in CDATA, which cause firefox sometimes complain about not proper XML.
Can I remove the first line from the xhtml directly? or is there a way to suppress the xml entity definition by configuration?