Re: name characters in xml.

2004-10-21 Thread José Abílio Oliveira Matos
On Thu, Oct 21, 2004 at 12:08:22PM +0200, Chris Karakas wrote: > José Abílio Oliveira Matos <[EMAIL PROTECTED]> schrieb am 21.10.04 00:28:34: > > > > > And is it ok if I limit myself to ASCII for the time being? > > > > Yes, we are safe with ASCII, notice that standard allows more than that.

Re: name characters in xml.

2004-10-21 Thread Andreas Vox
Chris Karakas <[EMAIL PROTECTED]> writes: > > Josà AbÃlio Oliveira Matos <[EMAIL PROTECTED]> schrieb am 21.10.04 00:28:34: > > > > > And is it ok if I limit myself to ASCII for the time being? > > > > Yes, we are safe with ASCII, notice that standard allows more than that. > > If we restict

Re: name characters in xml.

2004-10-21 Thread Chris Karakas
José Abílio Oliveira Matos <[EMAIL PROTECTED]> schrieb am 21.10.04 00:28:34: > > > And is it ok if I limit myself to ASCII for the time being? > > Yes, we are safe with ASCII, notice that standard allows more than that. > If we restict our self to ASCII and then when supporting unicode lift t

Re: name characters in xml.

2004-10-20 Thread José Abílio Oliveira Matos
On Wed, Oct 20, 2004 at 11:11:25PM +, Andreas Vox wrote: > José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: > > > For an small introduction: > > http://www.unicode.org/glossary/ > > Which is neither small nor does it contain an entry for 'mark' ! But if you read it carefully, or

Re: name characters in xml.

2004-10-20 Thread Andreas Vox
Josà AbÃlio Oliveira Matos <[EMAIL PROTECTED]> writes: > For an small introduction: > http://www.unicode.org/glossary/ Which is neither small nor does it contain an entry for 'mark' ! Do you want to drive me crazy ?? > Accents, for example are marks, any diacrytic that you can imagine is

Re: name characters in xml.

2004-10-20 Thread José Abílio Oliveira Matos
On Wed, Oct 20, 2004 at 09:43:40PM +, Andreas Vox wrote: > José Abílio Oliveira Matos <[EMAIL PROTECTED]> writes: > > >So this means more or less: > > + All Letters > > + All Marks > > + Digits > > + Characters ':' and '_' are allowed as name-start characters. > >

Re: name characters in xml.

2004-10-20 Thread Andreas Vox
Josà AbÃlio Oliveira Matos <[EMAIL PROTECTED]> writes: >So this means more or less: > + All Letters > + All Marks > + Digits > + Characters ':' and '_' are allowed as name-start characters. > + Characters '-' and '.' are allowed as name characters. I read most of that

name characters in xml.

2004-10-20 Thread José Abílio Oliveira Matos
Ok, finally I got it: http://www.w3.org/TR/REC-xml/#CharClasses You can see what those classes are here: Search for "General Category Escapes" http://www.webreference.com/programming/awxml1/6.html So this means more or less: + All Letters + All Marks + Digit