Hi,

I'm getting a svg document from a web server that requires client side certificates. So I can't just pass in a URI into batik. I'm trying to create my svg document with the SAXSVGDocumentFactory.createDocument(URI, Reader), but I don't know what to put into the URI part. If I leave it blank, I get a no protocol error.

I tried just creating a Document with the regular DOM parser, but when I do a setDocument, I get an ClassCastException GenericElement error.

The document loads into Squiggle just fine.

Any ideas?

--
Aloha,
Richard Suematsu
SynCaDD Systems, Inc.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to