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
er Development
WAS Pyxis Lead
Release Engineer
"Michael Atlas"
<[EMAIL PROTECTED]>
04/25/2006 11:35 AM
Please respond to
"Ant Users List"
To
cc
Subject
Replace task value can't take less than
sign.
This is the task I am trying to ru
>>> 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 th
This is the task I am trying to run:
CONFIDENTIAL