> what about > > <title>Beschreibung</title> > <methodsynopsis> > [....] > </methodsynopsis> > > shouldn't it look like this: > > <title>Beschreibung</title> > <methodsynopsis> > [....] > </methodsynopsis> > > ?
As methodsyn is not a child of <title>, it shuold not be indented, so your second version is better in the sense of XML. Goba