When I use svg.Load(@"C:\xyz.svg" I get the following
error:
Additional information: Prefixes beginning with "xml"
(regardless of whether the characters are uppercase,
lowercase, or some combination thereof) are reserved for
use by XML.
My Code:
SharpVectors.Dom.Svg.SvgWindow sw = new
SharpVectors.Dom.Svg.SvgWindow(100,100);
SharpVectors.Dom.Svg.SvgDocument svg = new
SharpVectors.Dom.Svg.SvgDocument(sw);
svg.Load(@"C:\Documents and
Settings\abennett\Desktop\S200553-4.1
\E8I03JE84MUL.svg");
Please attach the file.