Hi all !
My app is a asp .net page that validate a xml using a schema. But it only works (validate the xml file) when i replace the namespace "http://tempuri.org/" in xml and xsd files with a physical path of my app "c:\inetpub\www root\xml\".
How can i use the virtual path ?
Thank's for any help.
My app is a asp .net page that validate a xml using a schema. But it only works (validate the xml file) when i replace the namespace "http://tempuri.org/" in xml and xsd files with a physical path of my app "c:\inetpub\www root\xml\".
How can i use the virtual path ?
Thank's for any help.
Comment