blob: ef9046b245a26577a1da5727741ccb5471ef2f23 [file] [log] [blame]
###########################################################################
# Copyright 2004 The Apache Software Foundation.
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
###########################################################################
initialGrammar = <grammar xml:lang="en-US" version="1.0" \
root="{0}Initial">\n\t<rule id="{0}Initial" >\n\t\t \
<one-of>\n\t\t\t<item> initial <tag><![CDATA[$ = \
"initial\";]]></tag></item>\n\t\t\t<item> default \
<tag><![CDATA[$ = "initial";]]></tag></item>\n\t\t \
</one-of>\n\t</rule>\n\t</grammar>