i have an svg file that I'm trying to load as an xml document. i create an msxml2.domdocument.3.0 object and try to load the svg file in to read it.
it's failing with the error:
the system cannot locate the resource specified. Error processing resource '
it's dying on my <!Doctype svg PUblic "-//w3c//dtd svg 1.1//en" " line in my svg file.
any suggestions?
it's failing with the error:
the system cannot locate the resource specified. Error processing resource '
it's dying on my <!Doctype svg PUblic "-//w3c//dtd svg 1.1//en" " line in my svg file.
any suggestions?