If a tag is nested within another tag, in your case you have started<HeaderTemplate> and then <TABLE......>, then the nested tag needs to be closedbefore the nesting tag. You need to add </TABLE> before your </HeaderTemplate>