> would a "return null" not work in this case? So you can prevent a lookup > on the null reference or do you think that null could be a possible key? null is a possible key. If an xml like someText ie read by the generator, the someText is represented internally as attribute with key null. And to access the text from velocity, it must be possible to access the attribute with key null. This is what the extra method is for. Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org For additional commands, e-mail: torque-dev-help@db.apache.org