From: SourceForge.net <no...@so...> - 2009-02-06 14:47:34
|
Bugs item #1165617, was opened at 2005-03-17 23:26 Message generated for change (Comment added) made by picrap You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446780&aid=1165617&group_id=46621 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: When I use svg.Load(@"C:\xyz.svg" I get the following error Initial Comment: 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"); ---------------------------------------------------------------------- >Comment By: picrap (picrap) Date: 2009-02-06 15:47 Message: Please attach the file. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=446780&aid=1165617&group_id=46621 |