< prev index next >

src/jdk.xml.bind/share/classes/com/sun/xml/internal/dtdparser/resources/Messages.properties

Print this page


   1 #
   2 # Copyright (c) 2009, 2013, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 163 # P-066 ... ID available
 164 P-067 = Document root element is missing
 165 P-068 = Notation name is required
 166 P-069 = Expansion of entity "{0}" is recursive
 167 
 168 P-070 = Malformed second part of surrogate pair:  &#x{0};
 169 P-071 = Illegal XML character:  &#x{0};
 170 P-072 = Character data cannot have "]]>"
 171 P-073 = EOF while parsing <![CDATA[ section
 172 P-074 = Illegal Unicode surrogate pair:  &#x{0}; &#x{1};
 173 P-075 = Unsupported encoding: "{0}" (line number may be too low)
 174 P-076 = Character conversion error: "{0}" (line number may be too low)
 175 P-077 = Maximum symbol length ({0} characters) exceeded
 176 P-078 = No messages for locale "{0}" are available
 177 P-079 = The content beginning "<{1}" is not legal markup \
 178         Perhaps the "{1}" (&#{0};) character should be a letter
 179 
 180 P-080 = Parameter entity references must not appear within \
 181         markup declarations in the internal DTD subset
 182 P-081 = Incomplete Unicode surrogate pair:  &#x{0}

 183 
 184 #
 185 # Validation messages, won't normally show up unless validation is
 186 # being performed.  Note that V-022 relates to a spec bug:  there
 187 # are both a WFC and VC on undefined PEs.  If that's a WVC violation
 188 # there's no need for the VC, ever; and "standalone" would then affect
 189 # WF-ness.  For the moment this assumes it's to be a VC not a WFC
 190 #
 191 V-000 = Validation is disabled
 192 V-001 = Valid documents must have a <!DOCTYPE declaration
 193 V-002 = This document is standalone, so it must not refer to "&{0};"
 194 V-003 = Undeclared notation "{0}" is used by an <!ENTITY...> declaration
 195 V-004 = Undeclared notation "{0}" is used by an <!ATTLIST...> declaration
 196 V-005 = Element type "{0}" is not declared
 197 V-006 = Root element type is "{0}", but was declared to be "{1}"
 198 V-007 = Attribute "{0}" is not declared for element "{1}"
 199 V-008 = Attribute "{0}" of element "{1}" must only have value "{2}"
 200 V-009 = Attribute value for "{0}" is #REQUIRED
 201 
 202 V-010 = This document is standalone, \


   1 #
   2 # Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any


 163 # P-066 ... ID available
 164 P-067 = Document root element is missing
 165 P-068 = Notation name is required
 166 P-069 = Expansion of entity "{0}" is recursive
 167 
 168 P-070 = Malformed second part of surrogate pair:  &#x{0};
 169 P-071 = Illegal XML character:  &#x{0};
 170 P-072 = Character data cannot have "]]>"
 171 P-073 = EOF while parsing <![CDATA[ section
 172 P-074 = Illegal Unicode surrogate pair:  &#x{0}; &#x{1};
 173 P-075 = Unsupported encoding: "{0}" (line number may be too low)
 174 P-076 = Character conversion error: "{0}" (line number may be too low)
 175 P-077 = Maximum symbol length ({0} characters) exceeded
 176 P-078 = No messages for locale "{0}" are available
 177 P-079 = The content beginning "<{1}" is not legal markup \
 178         Perhaps the "{1}" (&#{0};) character should be a letter
 179 
 180 P-080 = Parameter entity references must not appear within \
 181         markup declarations in the internal DTD subset
 182 P-081 = Incomplete Unicode surrogate pair:  &#x{0}
 183 P-082 = External parsing is disabled. Cannot parse URI: {0}
 184 
 185 #
 186 # Validation messages, won't normally show up unless validation is
 187 # being performed.  Note that V-022 relates to a spec bug:  there
 188 # are both a WFC and VC on undefined PEs.  If that's a WVC violation
 189 # there's no need for the VC, ever; and "standalone" would then affect
 190 # WF-ness.  For the moment this assumes it's to be a VC not a WFC
 191 #
 192 V-000 = Validation is disabled
 193 V-001 = Valid documents must have a <!DOCTYPE declaration
 194 V-002 = This document is standalone, so it must not refer to "&{0};"
 195 V-003 = Undeclared notation "{0}" is used by an <!ENTITY...> declaration
 196 V-004 = Undeclared notation "{0}" is used by an <!ATTLIST...> declaration
 197 V-005 = Element type "{0}" is not declared
 198 V-006 = Root element type is "{0}", but was declared to be "{1}"
 199 V-007 = Attribute "{0}" is not declared for element "{1}"
 200 V-008 = Attribute "{0}" of element "{1}" must only have value "{2}"
 201 V-009 = Attribute value for "{0}" is #REQUIRED
 202 
 203 V-010 = This document is standalone, \


< prev index next >