Klaus Malorny wrote:
Steve Loughran wrote:
[EMAIL PROTECTED] wrote:
Fast Google search: http://www.answers.com/topic/control-c
* ASCII and Unicode representation of "End Of Text":
Octal code: 3
Decimal code: 3
Hexadecimal code: 03, U+0003
Mnemonic symbol: ETX


<joke>
I think you can use that in <property> ....
</joke>


no, XML doesnt allow it. the only chars < ascii 32 are tab , CR and LF


Being a nitpicker :-), only XML 1.0 does not allow this. XML 1.1 seems to have relaxed relationship to it, although it discourages from using such characters. Just changed a build.xml file to 1.1 and inserted a &#3; somewhere and it worked for me.


I didnt know that. Thank you for the info.

--
Steve Loughran                  http://www.1060.org/blogxter/publish/5
Author: Ant in Action           http://antbook.org/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to