Re: <exec> kicking my butt with something very simple
Earl Hood <[email protected]>
| Newsgroups | gmane.comp.jakarta.ant.user |
|---|---|
| Message-ID | <CANDwYver=T4_vxRdARBcmcXV8v7UDnWizDnUGKqtY0qApH_btw@mail.gmail.com> |
On Fri, Dec 5, 2014 at 1:04 PM, Dominique Devienne <[email protected]> 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", ">" (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