Re: [oXygen-user] How to prevent Format and Indent from modifying the content of specific elements?

2023-08-14 Thread George Bina
Dear Roger, Oxygen needs to treat that element as a whitespace preserve element. One option is to add it to the "Preserve space" elements list in the Oxygen preferences (Options->Preferences -- Editor / Format / XML):

[oXygen-user] How to prevent Format and Indent from modifying the content of specific elements?

2023-08-14 Thread Roger L Costello
I have an XML document with elements that contain JSON code, e.g., "$schema": https://json-schema.org/draft/2020-12/schema, "type": "object", "properties": { "password": {"type": "string", "writeOnly": true} } When I click on the Format and Indent icon, I do not want that content to be