Re-pointing XML XSDs

Soldato
Joined
16 Nov 2003
Posts
9,682
Location
On the pale blue dot
Hi chaps, this one is a brain ache as my XML knowledge is very limited!

I have a bunch of XML files that reference XSDs hosted on a vendor's website. These links are no longer valid though we have local copies of the XSDs. Each of these XSDs in turn contain links to the vendor's website.

Is there a nice and easy way of updating all of the XSD references to local equivalents and what's the syntax for referring to local files? For example I have:

xmlns:example="http://www.example.com/example"

I want something like:

xmlns:example="C:/example.xsd"
 
Back
Top Bottom