xmlres.h
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:10k
源码类别:

Symbian

开发平台:

C/C++

  1. /* ***** BEGIN LICENSE BLOCK ***** 
  2.  * Version: RCSL 1.0/RPSL 1.0 
  3.  *  
  4.  * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. 
  5.  *      
  6.  * The contents of this file, and the files included with this file, are 
  7.  * subject to the current version of the RealNetworks Public Source License 
  8.  * Version 1.0 (the "RPSL") available at 
  9.  * http://www.helixcommunity.org/content/rpsl unless you have licensed 
  10.  * the file under the RealNetworks Community Source License Version 1.0 
  11.  * (the "RCSL") available at http://www.helixcommunity.org/content/rcsl, 
  12.  * in which case the RCSL will apply. You may also obtain the license terms 
  13.  * directly from RealNetworks.  You may not use this file except in 
  14.  * compliance with the RPSL or, if you have a valid RCSL with RealNetworks 
  15.  * applicable to this file, the RCSL.  Please see the applicable RPSL or 
  16.  * RCSL for the rights, obligations and limitations governing use of the 
  17.  * contents of the file.  
  18.  *  
  19.  * This file is part of the Helix DNA Technology. RealNetworks is the 
  20.  * developer of the Original Code and owns the copyrights in the portions 
  21.  * it created. 
  22.  *  
  23.  * This file, and the files included with this file, is distributed and made 
  24.  * available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER 
  25.  * EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS ALL SUCH WARRANTIES, 
  26.  * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS 
  27.  * FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. 
  28.  * 
  29.  * Technology Compatibility Kit Test Suite(s) Location: 
  30.  *    http://www.helixcommunity.org/content/tck 
  31.  * 
  32.  * Contributor(s): 
  33.  *  
  34.  * ***** END LICENSE BLOCK ***** */ 
  35. #ifndef _XMLRES_H_
  36. #define _XMLRES_H_
  37. #include "resid.h"
  38. #define IDS_ERR_XML_GENERALERROR    HX_XML_RES_INIT_ID +   0
  39. #define IDS_ERR_XML_BADENDTAG     HX_XML_RES_INIT_ID +   1
  40. #define IDS_ERR_XML_NOCLOSE     HX_XML_RES_INIT_ID +   2
  41. #define IDS_ERR_XML_BADATTRIBUTE    HX_XML_RES_INIT_ID +   3
  42. #define IDS_ERR_XML_NOVALUE     HX_XML_RES_INIT_ID +   4
  43. #define IDS_ERR_XML_MISSINGQUOTE    HX_XML_RES_INIT_ID +   5
  44. #define IDS_ERR_XML_NOTAGTYPE     HX_XML_RES_INIT_ID +   6
  45. #define IDS_ERR_XML_ILLEGALID     HX_XML_RES_INIT_ID +   7
  46. #define IDS_ERR_XML_DUPATTRIBUTE    HX_XML_RES_INIT_ID +   8
  47. #define IDS_ERR_XML_COMMENT_B4_PROCINST HX_XML_RES_INIT_ID +   9
  48. #define IDS_ERR_XML_SYNTAX HX_XML_RES_INIT_ID +    11
  49. #define IDS_ERR_XML_NO_ELEMENTS HX_XML_RES_INIT_ID +    12
  50. // replaced INVALID_TOKEN WITH specific errors in 100s below
  51. //#define IDS_ERR_XML_INVALID_TOKEN HX_XML_RES_INIT_ID +    13
  52. #define IDS_ERR_XML_UNCLOSED_TOKEN HX_XML_RES_INIT_ID +    14
  53. #define IDS_ERR_XML_PARTIAL_CHAR HX_XML_RES_INIT_ID +    15
  54. #define IDS_ERR_XML_TAG_MISMATCH HX_XML_RES_INIT_ID +    16
  55. //use DUPATTRIBUTE instead
  56. //#define IDS_ERR_XML_DUPLICATE_ATTRIBUTE HX_XML_RES_INIT_ID +    17
  57. #define IDS_ERR_XML_JUNK_AFTER_DOC_ELEMENT HX_XML_RES_INIT_ID +    18
  58. #define IDS_ERR_XML_PARAM_ENTITY_REF HX_XML_RES_INIT_ID +    19
  59. #define IDS_ERR_XML_UNDEFINED_ENTITY HX_XML_RES_INIT_ID +    20
  60. #define IDS_ERR_XML_RECURSIVE_ENTITY_REF HX_XML_RES_INIT_ID +    21
  61. #define IDS_ERR_XML_ASYNC_ENTITY HX_XML_RES_INIT_ID +    22
  62. #define IDS_ERR_XML_BAD_CHAR_REF HX_XML_RES_INIT_ID +    23
  63. #define IDS_ERR_XML_BINARY_ENTITY_REF HX_XML_RES_INIT_ID +    24
  64. #define IDS_ERR_XML_ATTRIBUTE_EXTERNAL_ENTITY_REF HX_XML_RES_INIT_ID +    25
  65. #define IDS_ERR_XML_MISPLACED_XML_PI HX_XML_RES_INIT_ID +    26
  66. #define IDS_ERR_XML_UNKNOWN_ENCODING HX_XML_RES_INIT_ID +    27
  67. #define IDS_ERR_XML_INCORRECT_ENCODING HX_XML_RES_INIT_ID +    28
  68. #define IDS_ERR_XML_UNCLOSED_CDATA_SECTION HX_XML_RES_INIT_ID +    29
  69. #define IDS_ERR_XML_EXTERNAL_ENTITY_HANDLING HX_XML_RES_INIT_ID +    30
  70. #define IDS_ERR_XML_NOT_STANDALONE HX_XML_RES_INIT_ID +    31
  71. #define IDS_ERR_XML_INVALID_NAME HX_XML_RES_INIT_ID +    100
  72. #define IDS_ERR_XML_INVALID_CHAR_IN_DOC HX_XML_RES_INIT_ID +    101
  73. #define IDS_ERR_XML_TWO_DASHES_NOT_ALLOWED_IN_COMMENT HX_XML_RES_INIT_ID +    102
  74. #define IDS_ERR_XML_INVALID_DECL HX_XML_RES_INIT_ID +    103
  75. #define IDS_ERR_XML_INVALID_PI HX_XML_RES_INIT_ID +    104
  76. #define IDS_ERR_XML_INVALID_PI_TARGET HX_XML_RES_INIT_ID +    105
  77. #define IDS_ERR_XML_INVALID_CDATA HX_XML_RES_INIT_ID +    106
  78. #define IDS_ERR_XML_NO_CLOSING_GT HX_XML_RES_INIT_ID +    107
  79. #define IDS_ERR_XML_INVALID_HEX_CHAR_REF HX_XML_RES_INIT_ID +    108
  80. #define IDS_ERR_XML_INVALID_CHAR_REF HX_XML_RES_INIT_ID +    109
  81. #define IDS_ERR_XML_INVALID_REF HX_XML_RES_INIT_ID +    110
  82. #define IDS_ERR_XML_MISSING_EQUALS HX_XML_RES_INIT_ID +    111
  83. // use MISSINGQUOTE instead
  84. //#define IDS_ERR_XML_MISSING_QUOT_APOS HX_XML_RES_INIT_ID +    112
  85. #define IDS_ERR_XML_MISSING_REQ_SPACE HX_XML_RES_INIT_ID +    113
  86. #define IDS_ERR_XML_LT_NOT_ALLOWED HX_XML_RES_INIT_ID +    114
  87. #define IDS_ERR_XML_EXPECTED_GT HX_XML_RES_INIT_ID +    115
  88. #define IDS_ERR_XML_INVALID_GT_AFFT_2_RSQB_IN_CONTENT HX_XML_RES_INIT_ID +    116
  89. #define IDS_ERR_XML_INVALID_COMMENT HX_XML_RES_INIT_ID +    117
  90. #define ERRSTR_XML_GENERALERROR     "XML: Unknown error near line %d: %s"
  91. #define ERRSTR_XML_BADENDTAG     "XML: Bad end tag near line %d: %s"
  92. #define ERRSTR_XML_NOCLOSE     "XML: No close near line %d: %s"
  93. #define ERRSTR_XML_BADATTRIBUTE     "XML: Bad attribute near line %d: %s"
  94. #define ERRSTR_XML_NOVALUE     "XML: No value near line %d: %s"
  95. #define ERRSTR_XML_MISSINGQUOTE     "XML: Missing quote near line %d: %s"
  96. #define ERRSTR_XML_NOTAGTYPE     "XML: No tag type near line %d: %s"
  97. #define ERRSTR_XML_ILLEGALID     "XML: Illegal id near line %d: %s"
  98. #define ERRSTR_XML_DUPATTRIBUTE     "XML: Duplicate attribute near line %d: %s"
  99. #define ERRSTR_XML_COMMENT_B4_PROCINST "XML: Comment precedes processing instruction before line %d: %s"
  100. #define ERRSTR_XML_SYNTAX "XML: Syntax error near line %d: %s"
  101. #define ERRSTR_XML_NO_ELEMENTS "XML: No element found near line %d: %s"
  102. // removed, repaced with specific error messages below.
  103. //#define ERRSTR_XML_INVALID_TOKEN "XML: Not well-formed near line %d: %s"
  104. #define ERRSTR_XML_UNCLOSED_TOKEN "XML: Unclosed token near line %d: %s"
  105. #define ERRSTR_XML_PARTIAL_CHAR "XML: Unclosed token near line %d: %s"
  106. #define ERRSTR_XML_TAG_MISMATCH "XML: Mismatched tag near line %d: %s"
  107. // use DUPATRIBUTE instead
  108. //#define ERRSTR_XML_DUPLICATE_ATTRIBUTE "XML: Duplicate attribute near line %d: %s"
  109. #define ERRSTR_XML_JUNK_AFTER_DOC_ELEMENT "XML: Junk after document element near line %d: %s"
  110. #define ERRSTR_XML_PARAM_ENTITY_REF "XML: Illegal parameter entity reference near line %d: %s"
  111. #define ERRSTR_XML_UNDEFINED_ENTITY "XML: Undefined entity near line %d: %s"
  112. #define ERRSTR_XML_RECURSIVE_ENTITY_REF "XML: Recursive entity reference near line %d: %s"
  113. #define ERRSTR_XML_ASYNC_ENTITY "XML: Asynchronous entity near line %d: %s"
  114. #define ERRSTR_XML_BAD_CHAR_REF "XML: Reference to invalid character number near line %d: %s"
  115. #define ERRSTR_XML_BINARY_ENTITY_REF "XML: Reference to binary entity near line %d: %s"
  116. #define ERRSTR_XML_ATTRIBUTE_EXTERNAL_ENTITY_REF "XML: Reference to external entity in attribute near line %d: %s"
  117. #define ERRSTR_XML_MISPLACED_XML_PI "XML: Xml processing instruction not at start of external entity near line %d: %s"
  118. #define ERRSTR_XML_UNKNOWN_ENCODING "XML: Unknown encoding near line %d: %s"
  119. #define ERRSTR_XML_INCORRECT_ENCODING "XML: Encoding specified in xml declaration is incorrect near line %d: %s"
  120. #define ERRSTR_XML_UNCLOSED_CDATA_SECTION "XML: Unclosed CDATA section near line %d: %s"
  121. #define ERRSTR_XML_EXTERNAL_ENTITY_HANDLING "XML: Error in processing external entity reference near line %d: %s"
  122. #define ERRSTR_XML_NOT_STANDALONE "XML: Document is not standalone near line %d: %s"
  123. #define ERRSTR_XML_INVALID_NAME "XML: Name is invalid near line %d: %s"
  124. #define ERRSTR_XML_INVALID_CHAR_IN_DOC "XML: Character not allowed in doc near line %d: %s"
  125. #define ERRSTR_XML_TWO_DASHES_NOT_ALLOWED_IN_COMMENT "XML: Comments can not have '--' in them near line %d: %s"
  126. #define ERRSTR_XML_INVALID_DECL "XML: Invalid document type declaration syntax near line %d: %s"
  127. #define ERRSTR_XML_INVALID_PI "XML: Invalid processing instructions syntax near line %d: %s"
  128. #define ERRSTR_XML_INVALID_PI_TARGET "XML: XML processing instruction target must be lower case near line %d: %s"
  129. #define ERRSTR_XML_INVALID_CDATA "XML: Error in CDATA near line %d: %s"
  130. #define ERRSTR_XML_NO_CLOSING_GT "XML: End tag requires a closing > near line %d: %s"
  131. #define ERRSTR_XML_INVALID_HEX_CHAR_REF "XML: Invalid hexadecimal character reference near line %d: %s"
  132. #define ERRSTR_XML_INVALID_CHAR_REF "XML: Invalid character reference near line %d: %s"
  133. #define ERRSTR_XML_INVALID_REF "XML: Invalid entity reference near line %d: %s (try changing '&' to '&')"
  134. #define ERRSTR_XML_MISSING_EQUALS "XML: Attribute names must be followed by an equal sign near line %d: %s"
  135. // use MISSINGQUOTE instead
  136. //#define ERRSTR_XML_MISSING_QUOT_APOS "XML: Attribute values must start with a " or ' near line %d: %s"
  137. #define ERRSTR_XML_MISSING_REQ_SPACE "XML: Attribute values must be followed by a whitespace near line %d: %s"
  138. #define ERRSTR_XML_LT_NOT_ALLOWED "XML: The < character must be escaped in an attribute value near line %d: %s"
  139. #define ERRSTR_XML_EXPECTED_GT "XML: / character must be followed by > to end empty element near line %d: %s"
  140. #define ERRSTR_XML_INVALID_GT_AFFT_2_RSQB_IN_CONTENT "XML: Content can not have the ']]>' string in it near line %d: %s"
  141. #define ERRSTR_XML_INVALID_COMMENT "XML: Invalid beginning of comment near line %d: %s"
  142. #endif /*_XMLRES_H_*/