Each XMLElement should have text offsets pointing to XML String used to load document. At least offsets (begin,end) for:
tag
tag name
each attribute name
each attribute value
inner content
outer content
This support can be enabled/disabled.
Each XMLElement should have text offsets pointing to XML String used to load document. At least offsets (begin,end) for:
- [ ] tag
- [ ] tag name
- [ ] each attribute name
- [ ] each attribute value
- [ ] inner content
- [ ] outer content
If we implement this then each attribute would be able to change/update XML source without breaking source formatting. We could also implement editor with highlighting text fragments according to specific node.
If we implement this then each attribute would be able to change/update XML source without breaking source formatting. We could also implement editor with highlighting text fragments according to specific node.
This support can be enabled/disabled.
Each XMLElement should have text offsets pointing to XML String used to load document. At least offsets (begin,end) for:
If we implement this then each attribute would be able to change/update XML source without breaking source formatting. We could also implement editor with highlighting text fragments according to specific node.