I am using xStream.setMode(XStream.ID_REFERENCES); But some of my classes have a @XStreamAsAttribute field called "id".
So I get output like this: <entitySelector id="8" id="placerEntitySelector"> Can I namespace the xstream id attribute somehow, so I get this instead: <entitySelector xstream:id="8" id="placerEntitySelector"> Thanks, Geoffrey --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
