Could someone more experienced with eclipse help me with configuring correctly
the html documents to make eclipse happy and my documents valid, as I would
like to use auto-completion, and later to parse them as xml... right now I am
writing something like this:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
But eclipse complains on the 2. line about 'Undefined attribute name (xmlns)'
and using auto-completion I have all tags in uppercase...
Anybody have some small micro example ?
Also, am I wrong or eclipse formatting of html document sucks big time ?
Big thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]