英文:
How to refresh XML Schema in OxygenXML
问题
I'm developing a new DTD schema in OxygenXML, and using a sample XML document to verify it meets our requirements.
When I change the DTD it's understandable that the document can become invalid. But when I fix the document, it remains invalid because OxygenXML appears to be caching the DTD. Closing and re-opening the document doesn't update the schema.
Only closing and re-opening OxygenXML refreshes the app's version of the schema.
Is there a hidden command to clear cached schemas?
英文:
I'm developing a new DTD schema in OxygenXML, and using a sample XML document to verify it meets our requirements.
When I change the DTD it's understandable that the document can become invalid. But when I fix the document, it remains invalid because OxygenXML appears to be cacheing the DTD. Closing and re-opening the document doesn't update the schema.
Only closing and re-opening OxygenXML refreshes the app's version of the schema.
Is there a hidden command to clear cached schemas?
答案1
得分: 1
只需选中打开的XML文档的标签,然后使用工具栏上的“验证”按钮,按下它应该重置Oxygen对于XML文档中用于验证或内容完成的模式的任何缓存。
英文:
With the tab of the opened XML document selected, just use the "Validate" button from the toolbar, pressing it should reset any cache Oxygen has about the schema used in the XML doc for validation or content completion.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论