Hi Ryan,
> And a change to the method of escaping quotes: .double quotation mark "
> (U+0022) must be escaped by using the predefined XML entity " and
> single quotation mark ' (U+0027) by using the predefined XML entity '
I'm not sure I understand the escaping.
None of the new proposed notation seem to require the use of '(' or ')'.
So why we would need to even mention escaping?
One should enter the content of the attributes values like any other value, using normal XML escaping syntax when appropriate.
Or I'm missing something?
Thanks,
-yves