Overview
Incorporate a basic xml text editor into webstudio to provide basic editing functionality for resources that either do not have a specialised editor in webstudio (eg. Web Layouts) or not recognised (eg. The new symbolization)
Motivation
Webstudio currently only provides the ability to edit Layer and Map Definitions. Since MapGuide stores all resources as xml documents, providing an xml text editor in webstudio allows the user to at least edit any resource at the basic level.
This eliminates the round-trip of:
- Downloading the xml via GetResourceContent?
- Editing the xml file in a text editor
- Uploading it back via SetResource?
By doing it all within the webstudio environment