Netbeans (PHP) catching syntax error on xml declaration
- by Mike Valeriano
Hello.
I've just installed and configured Netbeans to work with PHP (including xdebug), and almost everything is working as intended, except that I've been getting "errors" in the IDE after I edited the default webpage template to comply with xhtml 1.1. The template is this:
<?xml version="1.0" encoding="${project.encoding}" ?>
<!DOCTYPE…