Gavin wrote: > > Author: crossley > > Date: Wed Jan 14 05:28:19 2009 > > New Revision: 734387 > > > > URL: http://svn.apache.org/viewvc?rev=734387&view=rev > > Log: > > Enabled the output html serializer to be configurable to either xhtml or > > html. > > Issue: FOR-1156
[ snip ] > The above change :- > > > - <html xmlns="http://www.w3.org/1999/xhtml"> > > + <html namespace="http://www.w3.org/1999/xhtml"> > > causes extra validation errors to appear :- > > Line 2, Column 16: there is no attribute "namespace". > <html namespace="http://www.w3.org/1999/xhtml"> > > Line 2, Column 1: Missing xmlns attribute for element html. The value should > be: http://www.w3.org/1999/xhtml. > <html namespace="http://www.w3.org/1999/xhtml"> > > Can I change that line back? I just did it. Sorry, that part was sloppy. -David