On Fri, Dec 5, 2014 at 1:04 PM, Dominique Devienne <ddevie...@gmail.com> wrote:

> Strange, I'd have thought the XML parser would choke before you even got to
> running something. > is one of those reserved characters in XML, that must
> be replaced with a "character entity", "&gt;" (w/o the quotes) in this case.

No.  A lone '>' causes no problems.

It is good practice to escape it when a literal '>' is needed, but it is
not required.

--ewh

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

Reply via email to