> > > I guess we could use: > > <element > attribute1="0" > attribute2="0" > /> > > instead of > > <element > attribute1="0" > attribute2="0"> > </element> > Isn't <element></element> and <element /> the same for empty elements anyway, so you can write whatever you want ? mucki