On Wednesday, April 26, 2006, at 4:53:20 AM, Brian Agnew wrote:
> I would recommend that if you're doing XML manipulation like the below
> that it's worth looking at the optional task xmltask (
> http://www.oopsconsultancy.com/software/xmltask ). It's designed
> precisely for doing the sort of s
I would recommend that if you're doing XML manipulation like the below
that it's worth looking at the optional task xmltask (
http://www.oopsconsultancy.com/software/xmltask ). It's designed
precisely for doing the sort of stuff you appear to be doing.
Brian
Michael Atlas wrote:
This is the
You need to use entity escapes for characters
that have special meaning in XML (like <, >, ", ', &).
Jeffrey E. (Jeff) Care
[EMAIL PROTECTED]
IBM WebSphere Application
Server Development
WAS Pyx
>>> How can I escape the "<" sign in my value properly?
<
Regards,
Roman
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
XML escapes are just like HTML.
So
< = <
> = >
& = &
etc.
Keith
-Original Message-
From: Michael Atlas [mailto:[EMAIL PROTECTED]
Sent: 25 April 2006 16:36
To: user@ant.apache.org
Subject: Replace task value can't take less than sign.
This is the task I am trying to run: