CDATA regular XML way to escape content
      this is a line with a <![CDATA[<]]>
      this is a line with a <esc text=\"<\" />
 The result will be as the XML file have been set as:
      this is a line with a <![CDATA[<]]>
   Note that it will only be processed if the "supportEscaping" has been set.docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.