Minus in w3c specification grammar

Viewed 204

What does the minus sign mean?

[14]    CharData ::= [^<&]* - ([^<&]* ']]>' [^<&]*)

From the w3c XML 1.0 specification

Also, where can I find information related to the syntax grammar? I'm having troubling finding the specification about the specification, if that makes any sense.

1 Answers
Related