Hi, i have the following schema loaded into an xmlSchema :
...
<xs:import schemaLocation="\_1.xsd" namespace="http://tempuri.org/" />
...
i want to retrive the string "_1.xsd"
how do i reach the schemaLocation value from XmlSchema API ? will schemaSet work better ?
Thanks