← Prev in month ← Prev in thread

[relax-ng] Optional quotes?

From
James Clark <>
Date
2002-06-07T03:55:30+00:00
ID
008d01c20dd2$74ae04d0$
Thread
[relax-ng] Optional quotes?
I have occasionally found myself writing things like

  xs:string { length = 1 }

instead of

  xs:string { length = "1" }

which led me to wonder whether it would be worth allowing the former case,
by reviving the SGML rule (also used extensively in HTML) that quotes are
optional when the value is an NMTOKEN.  This rule could be applied in
parameter lists and perhaps also in attribute values in annotations.

I am not sure if this is worth doing.  What to other people think?

James
← Prev in month ← Prev in thread