Are you sure you're seeing <something> and not <something/> as a self closing tag ?
XML Spec converts <something></something> to <something/>
A simple space in the element should get you around this error. ( I can't be much help after this, just something I've run into before )
|