Hi.I have done the following:used SAXSVGFactory to create a document. After this is try to do a lookup of elements by id. When i hardcode the string it gives me an element back, but if i base this on dynamic data (for instance a substring of another element in the document) it gives me a nullpointer. The element i search for is always names like this : person_x5F_01 , person_x5F_02. Is there some trick i have to be aware of when it comes to asking for the id of an element?
Lars
