Page 1 of 1

Re: Can text be ignored in XML?

Posted: Tue Jun 02, 2020 7:22 am
by Radu
Hi,

You can add XML comments to the XML content, like this:

Code: Select all

<!-- some comment text here -->
The XML comments should be ignored by any XML processor.

Regards,
Radu