[oXygen-user] How to prevent Format and Indent from modifying the content of specific elements?
Roger L Costello
costello at mitre.org
Mon Aug 14 06:10:38 CDT 2023
I have an XML document with elements that contain JSON code, e.g.,
<schema>
"$schema": https://json-schema.org/draft/2020-12/schema,
"type": "object",
"properties": {
"password": {"type": "string", "writeOnly": true}
}
</schema>
When I click on the Format and Indent icon, I do not want that content to be changed. Is there a way to instruct Oxygen, "Hey, don't change the content of the <schema> element."?
/Roger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.oxygenxml.com/pipermail/oxygen-user/attachments/20230814/f46bc2bd/attachment.htm>
More information about the oXygen-user
mailing list