xmleng.rc
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:6k
源码类别:

Symbian

开发平台:

Visual C++

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Source last modified: $Id: xmleng.rc,v 1.1.44.1 2004/07/19 21:03:59 hubbe Exp $
  3.  * 
  4.  * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved.
  5.  * 
  6.  * The contents of this file, and the files included with this file,
  7.  * are subject to the current version of the RealNetworks Public
  8.  * Source License (the "RPSL") available at
  9.  * http://www.helixcommunity.org/content/rpsl unless you have licensed
  10.  * the file under the current version of the RealNetworks Community
  11.  * Source License (the "RCSL") available at
  12.  * http://www.helixcommunity.org/content/rcsl, in which case the RCSL
  13.  * will apply. You may also obtain the license terms directly from
  14.  * RealNetworks.  You may not use this file except in compliance with
  15.  * the RPSL or, if you have a valid RCSL with RealNetworks applicable
  16.  * to this file, the RCSL.  Please see the applicable RPSL or RCSL for
  17.  * the rights, obligations and limitations governing use of the
  18.  * contents of the file.
  19.  * 
  20.  * Alternatively, the contents of this file may be used under the
  21.  * terms of the GNU General Public License Version 2 or later (the
  22.  * "GPL") in which case the provisions of the GPL are applicable
  23.  * instead of those above. If you wish to allow use of your version of
  24.  * this file only under the terms of the GPL, and not to allow others
  25.  * to use your version of this file under the terms of either the RPSL
  26.  * or RCSL, indicate your decision by deleting the provisions above
  27.  * and replace them with the notice and other provisions required by
  28.  * the GPL. If you do not delete the provisions above, a recipient may
  29.  * use your version of this file under the terms of any one of the
  30.  * RPSL, the RCSL or the GPL.
  31.  * 
  32.  * This file is part of the Helix DNA Technology. RealNetworks is the
  33.  * developer of the Original Code and owns the copyrights in the
  34.  * portions it created.
  35.  * 
  36.  * This file, and the files included with this file, is distributed
  37.  * and made available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY
  38.  * KIND, EITHER EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS
  39.  * ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES
  40.  * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET
  41.  * ENJOYMENT OR NON-INFRINGEMENT.
  42.  * 
  43.  * Technology Compatibility Kit Test Suite(s) Location:
  44.  *    http://www.helixcommunity.org/content/tck
  45.  * 
  46.  * Contributor(s):
  47.  * 
  48.  * ***** END LICENSE BLOCK ***** */
  49. STRINGTABLE DISCARDABLE 
  50. BEGIN
  51.     IDS_ERR_XML_GENERALERROR        ERRSTR_XML_GENERALERROR
  52.     IDS_ERR_XML_BADENDTAG     ERRSTR_XML_BADENDTAG
  53.     IDS_ERR_XML_NOCLOSE     ERRSTR_XML_NOCLOSE
  54.     IDS_ERR_XML_BADATTRIBUTE     ERRSTR_XML_BADATTRIBUTE
  55.     IDS_ERR_XML_NOVALUE     ERRSTR_XML_NOVALUE
  56.     IDS_ERR_XML_MISSINGQUOTE     ERRSTR_XML_MISSINGQUOTE
  57.     IDS_ERR_XML_NOTAGTYPE     ERRSTR_XML_NOTAGTYPE
  58.     IDS_ERR_XML_ILLEGALID     ERRSTR_XML_ILLEGALID
  59.     IDS_ERR_XML_DUPATTRIBUTE     ERRSTR_XML_DUPATTRIBUTE
  60.     IDS_ERR_XML_COMMENT_B4_PROCINST ERRSTR_XML_COMMENT_B4_PROCINST
  61.     
  62.     IDS_ERR_XML_SYNTAX     ERRSTR_XML_SYNTAX
  63.     IDS_ERR_XML_NO_ELEMENTS     ERRSTR_XML_NO_ELEMENTS
  64. // replaced INVALID_TOKEN with specific errors below
  65. //  IDS_ERR_XML_INVALID_TOKEN     ERRSTR_XML_INVALID_TOKEN
  66.     IDS_ERR_XML_UNCLOSED_TOKEN     ERRSTR_XML_UNCLOSED_TOKEN
  67.     IDS_ERR_XML_PARTIAL_CHAR     ERRSTR_XML_PARTIAL_CHAR
  68.     IDS_ERR_XML_TAG_MISMATCH     ERRSTR_XML_TAG_MISMATCH
  69. // use DUPATTRIBUTE instead
  70. //  IDS_ERR_XML_DUPLICATE_ATTRIBUTE     ERRSTR_XML_DUPLICATE_ATTRIBUTE
  71.     IDS_ERR_XML_JUNK_AFTER_DOC_ELEMENT     ERRSTR_XML_JUNK_AFTER_DOC_ELEMENT
  72.     IDS_ERR_XML_PARAM_ENTITY_REF     ERRSTR_XML_PARAM_ENTITY_REF
  73.     IDS_ERR_XML_UNDEFINED_ENTITY     ERRSTR_XML_UNDEFINED_ENTITY
  74.     IDS_ERR_XML_RECURSIVE_ENTITY_REF     ERRSTR_XML_RECURSIVE_ENTITY_REF
  75.     IDS_ERR_XML_ASYNC_ENTITY     ERRSTR_XML_ASYNC_ENTITY
  76.     IDS_ERR_XML_BAD_CHAR_REF     ERRSTR_XML_BAD_CHAR_REF
  77.     IDS_ERR_XML_BINARY_ENTITY_REF     ERRSTR_XML_BINARY_ENTITY_REF
  78.     IDS_ERR_XML_ATTRIBUTE_EXTERNAL_ENTITY_REF     ERRSTR_XML_ATTRIBUTE_EXTERNAL_ENTITY_REF
  79.     IDS_ERR_XML_MISPLACED_XML_PI     ERRSTR_XML_MISPLACED_XML_PI
  80.     IDS_ERR_XML_UNKNOWN_ENCODING     ERRSTR_XML_UNKNOWN_ENCODING
  81.     IDS_ERR_XML_INCORRECT_ENCODING     ERRSTR_XML_INCORRECT_ENCODING
  82.     IDS_ERR_XML_UNCLOSED_CDATA_SECTION     ERRSTR_XML_UNCLOSED_CDATA_SECTION
  83.     IDS_ERR_XML_EXTERNAL_ENTITY_HANDLING     ERRSTR_XML_EXTERNAL_ENTITY_HANDLING
  84.     IDS_ERR_XML_NOT_STANDALONE     ERRSTR_XML_NOT_STANDALONE
  85.     IDS_ERR_XML_INVALID_NAME     ERRSTR_XML_INVALID_NAME
  86.     IDS_ERR_XML_INVALID_CHAR_IN_DOC     ERRSTR_XML_INVALID_CHAR_IN_DOC
  87.     IDS_ERR_XML_TWO_DASHES_NOT_ALLOWED_IN_COMMENT   ERRSTR_XML_TWO_DASHES_NOT_ALLOWED_IN_COMMENT
  88.     IDS_ERR_XML_INVALID_DECL     ERRSTR_XML_INVALID_DECL
  89.     IDS_ERR_XML_INVALID_PI     ERRSTR_XML_INVALID_PI
  90.     IDS_ERR_XML_INVALID_PI_TARGET     ERRSTR_XML_INVALID_PI_TARGET
  91.     IDS_ERR_XML_INVALID_CDATA     ERRSTR_XML_INVALID_CDATA
  92.     IDS_ERR_XML_NO_CLOSING_GT     ERRSTR_XML_NO_CLOSING_GT
  93.     IDS_ERR_XML_INVALID_HEX_CHAR_REF     ERRSTR_XML_INVALID_HEX_CHAR_REF
  94.     IDS_ERR_XML_INVALID_CHAR_REF     ERRSTR_XML_INVALID_CHAR_REF
  95.     IDS_ERR_XML_INVALID_REF     ERRSTR_XML_INVALID_REF
  96.     IDS_ERR_XML_MISSING_EQUALS     ERRSTR_XML_MISSING_EQUALS
  97. // use MISSINGQUOTE instead
  98. //  IDS_ERR_XML_MISSING_QUOT_APOS     ERRSTR_XML_MISSING_QUOT_APOS
  99.     IDS_ERR_XML_MISSING_REQ_SPACE     ERRSTR_XML_MISSING_REQ_SPACE
  100.     IDS_ERR_XML_LT_NOT_ALLOWED     ERRSTR_XML_LT_NOT_ALLOWED
  101.     IDS_ERR_XML_EXPECTED_GT     ERRSTR_XML_EXPECTED_GT
  102.     IDS_ERR_XML_INVALID_GT_AFFT_2_RSQB_IN_CONTENT   ERRSTR_XML_INVALID_GT_AFFT_2_RSQB_IN_CONTENT
  103.     IDS_ERR_XML_INVALID_COMMENT     ERRSTR_XML_INVALID_COMMENT
  104. END