On Wed, 2009-04-22 at 05:30 +0000, Badre ZOUIRI wrote: > hi guys > > I am here to tell you about the WebControl asp: xml it "show an XML > document without formatting or using XSLT transformation language." > but working on a project when I need to fetch the XML file has a > partire exterene source (http) that I find it impossible, the cause is > a line of code in the method Render (HtmlTextWriter output) of the > class System.web.ui.webcontrols.XML (xml_doc.Load (MapPathSecure > (xml_file));). > it's means that only the local XML file of the site can be loaded. > it's must simply delete the MapPathSecure. recompile and then you can > use the component using the http link or other XML file. > > i think it's a bug mono should fix it soon.
Can you fill a bug report in bugzilla.novell.com for this? (Instructions in http://www.mono-project.com/Bugs) Alternatively, send a small self-contained test case to this list. Thanks. -Gonzalo _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
