Refreshing Cached XML File References
See Also
If you realize that a referenced file outside your project has changed, you may need to refresh that reference.
To refresh a cached XML file reference:
- In the Projects window, select the project node of the project where you reference the XML file.
- Right-click the node and choose Properties.
The Project Properties dialog box opens.
- In the Categories list, select the XML Catalog node.
The right panel of the dialog box now contains a list of XML catalog entries.
Each entry describes an XML reference, with its reference key, the location URI as it appears in the referencing XML document, and referenced location, which is a pointer that could be resolved to an actual location.
Some entries have an absolute URI that is mapped to a local cache directory, shown in the Cache Location field.
- Click Clear Cache.
The IDE removes the cached referenced file. The next time your project tries to access the referenced file, the IDE will retrieve a new version.
- Click OK to close the Project Properties dialog box.
- See Also
- About Cross-Project XML File References
- Working With Project References
- Using Cross-Project XML File References
Legal Notices