Hi Math WG, I notice that in the regular expression for "length" and "mpadded-length", you use the following definition of numbers: [0-9]*(\.[0-9]*)? which allows empty string as numbers and whitespace-only "length". I'm wondering if you could replace this regular expression by: [0-9]*(\.[0-9]*|[0-9]) That will make the schema a bit stricter and help me for a tool I'm developing. Thank you, -- Frédéric Wang maths-informatique-jeux.com/blog/fredericReceived on Wednesday, 19 December 2012 12:26:27 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Wednesday, 19 December 2012 12:26:27 GMT