----- Original Message ----- From: "J.Pietschmann" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Saturday, February 08, 2003 3:23 PM Subject: Re: Hex character escaping.
> Dominique Devienne wrote: > > Look up XML entities, like > (read '&' 'g' 't' ';') > > > > You may just need the missing semicolon. I'm not sure whether &#X; accepts > > dec/oct/hex for X. I'd assume it does. --DD > > See > http://www.w3.org/TR/REC-xml#dt-charref > &#x...; is hex only, &#...; is decimal. There is no way to > enter octal values. The semicolon is mandatory, of course. > > J.Pietschmann > > > --------------------------------------------------------------------- > 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]
