On 6/13/2018 9:06 AM, Christopher Schultz wrote:
The XML declaration (<?xml?>) is always optional, but does provide
important information if it's different from the default.
Specifically, it tells the parser what version of XML is being used
(default: 1.0) and what character encoding is being used (default: UTF-8
).

I would say that it's probably best to include the XML declaration,
especially if the documents are expected to be read/written by humans.

Yep.  Makes sense.


Igal

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to