Hi, > i'm missing a/the method to set an attribute for an element. > It should work like: > as far as I know two function are present to do this: Element setAttribute( Attribute att ); Element setAttributes( List /*of attributes*/ attlist ); at least since beta 7, before it was addAttribute. ecky