- From: Janet Coggins <jhcoggins@bellsouth.net>
- Date: Wed, 6 Sep 2006 20:11:04 -0400
- To: <www-validator@w3.org>
Received on Thursday, 7 September 2006 19:48:15 UTC
Below is a list of the warning message produced when validating my document.
I read the comment, that this is not a valid error, but how do I get rid of
it?
1. Warning Line 7 column 37: processing instruction does not start with
name.
<? xml version="1.0" encoding="UTF-8"?>
The first few lines of my document are:
<!--
Author: Janet Coggins
Purpose: Basic HTML template
Date Written:August 30, 2006
Last Update: September 1, 2006 -->
<? 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" lang="en" xml:lang="en">
Thanks,
Janet
Received on Thursday, 7 September 2006 19:48:15 UTC