To be honest, I never thought about it. The previous version of the page used them and I just assumed they were required, and followed the pattern with my new examples. I didn't even assume, actually, I just followed the pattern unthinkingly.Martin Gainty wrote:
Not to mention > and other escaped characters
No, Dominique was correctly compaining about the needless escaping of the quote characters
Peter
Can the Ant mail server either parse the html escaped characters and insert the correct character representation -OR-
Reject the transmission altogether?
Vielen Danke,
Martin-
----- Original Message ----- From: "Dominique Devienne" <[EMAIL PROTECTED]>
To: "Ant Developers List" <dev@ant.apache.org>
Sent: Monday, May 16, 2005 10:21 PM
Subject: Re: cvs commit: ant/docs/manual/OptionalTasks ftp.html
On 14 May 2005 13:14:15 -0000, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
+<pre> + <ftp action="get" + server="ftp.hypthetical.fr" + userid="anonymous" + password="[EMAIL PROTECTED]" + defaultDateFormatConfig="d MMM yyyy" + recentDateFormatConfig="d MMM HH:mm" + serverLanguageCodeConfig="fr"> + <fileset dir="htdocs/manual"> + <include name="**/*.html"/> + </fileset> + </ftp> +</pre>
The " are not necessary, are they Steven? Makes it a lot harder to read, no? --DD
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
But you're quite right. The " are not necessary. The < and >, however, are. The source file is an html page.
We aren't seriously suggesting formatting these emails, are we? To me, that makes no sense at all. This is a cvs-generated diff. Modifying it would be incorrect, making the diff unusable as a patch, which is, I guess, why these emails include them.
I will, however, remove the unnecessary " marks.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]