Oxygen 17.1: Availability of escapeTextValue in XMLUtilAccess

Hi, Is there a similar function available in Oxgyen 17.1 as there is from Oxygen 18+ to XML escape text (XMLUtilAccess -> escapeTextValue). Regards, Pascal www.sdl.com SDL PLC confidential, all rights reserved. If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us. SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207. Registered address: SDL PLC, New Globe House, Vanwall Business Park, Vanwall Road, Maidenhead, SL6 4UB, U.K.

Hi Pascal, You could use this static method which seems not to be obfuscated in our code: ro.sync.xml.XmlUtil.escape(String) The method is not considered as API by us (so you should try to load and use it using Java reflection, maybe have a fallback to some custom code of yours) but it's been around for ages. Regards, Radu Radu Coravu <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 2/20/2018 4:11 PM, Pascal Beutels wrote:
Hi,
Is there a similar function available in Oxgyen 17.1 as there is from Oxygen 18+ to XML escape text (XMLUtilAccess -> escapeTextValue).
Regards,
Pascal
*www.sdl.com* <http://www.sdl.com/>
SDL PLC confidential, all rights reserved. If you are not the intended recipient of this mail SDL requests and requires that you delete it without acting upon or copying any of its contents, and we further request that you advise us. SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207. Registered address: SDL PLC, New Globe House, Vanwall Business Park, Vanwall Road, Maidenhead, SL6 4UB, U.K.
_______________________________________________ oXygen-sdk mailing list oXygen-sdk@oxygenxml.com https://www.oxygenxml.com/mailman/listinfo/oxygen-sdk
participants (2)
-
Oxygen XML Editor Support (Radu Coravu)
-
Pascal Beutels