I’m working in xmldataprovider and we have configuration value “source” this value may be local file or url
like
c:\data\test.xml –absolute
data\test.xml –relativeor url http:\mysite\test.xml
how I can determine all this cases in code
I’m working c#
…or, if you want to include support for certain invalid URIs…
Example Usage