| [10] | AttValue | ::= | '"' ([^<&"] | Reference)* '"' |
| "'" ([^<&'] | Reference)* "'" |
e.g., <xxx yyy="..."..."> incurs errors because of the extra double-quote character, instead, <xxx yyy="..."..."> can be used.
Resources:
A little bit more...
| [10] | AttValue | ::= | '"' ([^<&"] | Reference)* '"' |
| "'" ([^<&'] | Reference)* "'" |
No comments:
Post a Comment