I have found a problem if I try to create an in memory svg document. If I create an image element (with an svg image) it ends up with a broken image (drawn out) when the document is rendered. I found that when it is resolving the uri, in class URIResolver line:86, I get a null pointer exception because the in memory dom does not have a documentURI. Do I need to set the documentURL (to some dummy value) or should the code check to make sure the documentURL has a non-null value. Thank you. Keiron. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]