blob: 4928c082d3459805d28db5458e6c920ac515bb56 [file] [log] [blame]
###############################################################################
# Copyright (c) 2007 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
#
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
# All these errors are bound to 5 args: 0-msg, 1-root, 2-name, 3-line, 4-column
XMLParser_Error_At_Line=Error at line {3}{1}: {0}
XMLParser_Error_At_Line_Column=Error at line {3}, column {4}{1}: {0}
XMLParser_Error_At_Name_Line=Error in {2} at line {3}: {0}
XMLParser_Error_At_Name_Line_Column=Error in {2} at line {3}, column {4}: {0}
XMLParser_No_SAX_Parser=Unable to acquire a SAX parser service.
XMLParser_Missing_Required_Attribute=Missing required attribute in "{0}": {1}
XMLParser_Unexpected_Attribute=Unexpected attribute for element "{0}": {1}="{2}"
XMLParser_Illegal_Value_For_Attribute=Illegal value for attribute "{0}" of element "{1}": {2}
XMLParser_Unexpected_Element=Unexpected element in element "{0}": <{1}{2}>
XMLParser_Duplicate_Element=Duplicate singleton element in element "{0}": <{1}{2}>
XMLParser_Unexpected_Character_Data=Unexpected character data in element "{0}": {1}
XMLParser_Element_Not_Allowed=Element "{0}" is not allowed within element "{1}"