any suggestions? 

another question.. what is the difference between this:

            String parser = XMLResourceDescriptor.getXMLParserClassName();
            SAXSVGDocumentFactory f = new SAXSVGDocumentFactory(parser);
            String uri = "http://localhost:8084/MyWebApp/mapSpain.svg";;
            Document doc = f.createDocument(uri);

and this:

            String uri = "http://localhost:8084/CityNavigator/mapSpain.svg";;
            UserAgentAdapter ua = new UserAgentAdapter();
            DocumentLoader loader = new DocumentLoader(ua);
            Document doc = loader.loadDocument(uri);

i still want to load the svg file from the server... sorry for asking many
questions.. i am trying hard not to ask but i still do not get a lot of
things
-- 
View this message in context: 
http://www.nabble.com/load---save-using-servlet-tf4011429.html#a11439541
Sent from the Batik - Users mailing list archive at Nabble.com.


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

Reply via email to