Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Duvida de erro no codigo

Bom dia pessoal alguem pode me informar o porque deste erro????
This page contains the following errors:

error on line 1 at column 3: xmlParsePI : no target name
Below is a rendering of the page up to the first error.
<? xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
    xmlns:h="http://java.sun.com/jsf/html">
    <h:body>
        <h:form>
            <h:inputText />    
            <h:commandButton value="Gravar"/>

        </h:form>    
    </h:body>
</html>
1 resposta
solução!

Se não me engano, acredito que a primeira linha tem um espaço entre o ? e a palavra xml e isso inválida o arquivo

Tenta assim :

<?xml version="1.0" encoding="UTF-8" ?>