Undefined attribute name (xmlns)

jwheerndob

New Member
Here is the beginning of my HTML page :\[code\]1. <?xml version="1.0" encoding="utf-8" ?>2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">3. <html xmlns="http://www.w3.org/1999/xhtml" lang="fr">4. (...)5. </html>\[/code\]Whether there is the \[code\]<?xml ... ?>\[/code\] part or not, Eclipse returns me a warning event on the line 3\[quote\] Undefined attribute name (xmlns).\[/quote\]This \[code\]xmlns\[/code\] attribute is required for correct validation, and so I don't understand why Eclipse returns a warning.Furthermore, I'm using Eclipse Indigo 3.7.2 with the last PHP Developer Tool from the Eclipse database.Anybody knows how to remove this warning, or find a way to skip this ?Thanks for reading and helping.
 
Back
Top