You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

115 lines
6.2 KiB

  1. <?xml version="1.0" standalone="no"?>
  2. <!--
  3. * Licensed to the Apache Software Foundation (ASF) under one or more
  4. * contributor license agreements. See the NOTICE file distributed with
  5. * this work for additional information regarding copyright ownership.
  6. * The ASF licenses this file to You under the Apache License, Version 2.0
  7. * (the "License"); you may not use this file except in compliance with
  8. * the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. -->
  18. <!DOCTYPE s1 SYSTEM "sbk:/style/dtd/document.dtd">
  19. <s1 title="&XercesCFullName;">
  20. <s2 title="&XercesCName; Version &XercesC3Version;">
  21. <p>&XercesCName; is a validating XML parser written in a portable subset of
  22. C++. &XercesCName; makes it easy to give your application the ability to read and write
  23. <jump href="http://www.w3.org/XML/">XML</jump> data. A shared
  24. library is provided for parsing, generating, manipulating, and validating XML documents
  25. using the DOM, SAX, and SAX2 APIs. For an introduction to programming
  26. with &XercesCName; refer to the <jump href="program-&XercesC3Series;.html">Programming
  27. Guide</jump>.</p>
  28. <p>&XercesCName; is faithful to the
  29. <jump href="http://www.w3.org/TR/REC-xml">XML 1.0</jump> recommendation
  30. and many associated standards (see <link anchor="Features">Features</link> below).
  31. </p>
  32. <p>The parser provides high performance, modularity, and scalability. Source
  33. code, samples and API documentation are provided with the parser. For
  34. portability, care has been taken to make minimal use of templates,
  35. no RTTI, and minimal use of #ifdefs.</p>
  36. </s2>
  37. <s2 title="Applications of the &XercesCProjectName; Parser">
  38. <p>&XercesCProjectName; has rich generating and validating capabilities. The parser is used for:</p>
  39. <ul>
  40. <li>Building XML-savvy Web servers</li>
  41. <li>Building next generation of vertical applications that use XML as
  42. their data format</li>
  43. <li>On-the-fly validation for creating XML editors</li>
  44. <li>Ensuring the integrity of e-business data expressed in XML</li>
  45. <li>Building truly internationalized XML applications</li>
  46. </ul>
  47. </s2>
  48. <anchor name="Features"/>
  49. <s2 title="Features">
  50. <ul>
  51. <li>Conforms to</li>
  52. <ul>
  53. <li><jump href="http://www.w3.org/TR/2004/REC-xml-20040204/">
  54. XML 1.0 (Third Edition)</jump>, W3C Recommendation</li>
  55. <li><jump href="http://www.w3.org/TR/2004/REC-xml11-20040204/">
  56. XML 1.1 (First Edition)</jump>, W3C Recommendation
  57. (Note: section 2.13 Normalization Checking has not been implemented)</li>
  58. <li><jump href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/">
  59. DOM Level 1 Specification</jump>, W3C Recommendation of October 1, 1998</li>
  60. <li><jump href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/">
  61. DOM Level 2 Core Specification</jump>, W3C Recommendation of November 13, 2000</li>
  62. <li><jump href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Traversal-Range-20001113/">
  63. DOM Level 2 Traversal and Range Specification</jump>,
  64. W3C Recommendation of November 13, 2000</li>
  65. <li><jump href="http://sax.sourceforge.net/">SAX 1.0 and SAX 2.0</jump></li>
  66. <li><jump href="http://www.w3.org/TR/1999/REC-xml-names-19990114/">
  67. Namespaces in XML</jump>, W3C Recommendation of January 14, 1999</li>
  68. <li><jump href="http://www.w3.org/TR/xml-names11/">
  69. Namespaces in XML 1.1</jump>, W3C Recommendation</li>
  70. <li><jump href="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/">
  71. XML Schema Part 1: Structure</jump>, W3C Recommendation 2 May 2001</li>
  72. <li><jump href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/">
  73. XML Schema Part 2: Datatypes</jump>, W3C Recommendation 2 May 2001</li>
  74. <li><jump href="http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407">
  75. DOM Level 3.0 Core Specification</jump>, W3C Recommendation 7 April 2004</li>
  76. <li><jump href="http://www.w3.org/TR/2004/REC-DOM-Level-3-LS-20040407">
  77. DOM Level 3.0 Load and Save Specification</jump>, W3C Recommendation 7 April 2004<br/>
  78. See <jump href="program-dom-&XercesC3Series;.html#DOM3">DOM Level 3 Support</jump> for detail.</li>
  79. <li><jump href="http://www.w3.org/TR/2006/REC-xinclude-20061115/">
  80. XML Inclusions (XInclude) 1.0 (Second Edition)</jump>, W3C Recommendation 15 November 2006</li>
  81. <li><jump href="http://www.w3.org/TR/2008/REC-ElementTraversal-20081222/">
  82. Element Traversal Specification</jump>, W3C Recommendation 22 December 2008</li>
  83. </ul>
  84. <li>Source code, samples, and documentation are provided</li>
  85. <li>Programmatic generation and validation of XML</li>
  86. <li>Pluggable catalogs, validators and encodings</li>
  87. <li>High performance</li>
  88. <li>Customizable error handling</li>
  89. </ul>
  90. </s2>
  91. <s2 title="License Information">
  92. <p>The &XercesCName; Version &XercesC3Version; is available in both source distribution and
  93. binary distribution. &XercesCName; is made available under the
  94. <jump href="http://www.apache.org/licenses/LICENSE-2.0.html">Apache Software License, Version 2.0</jump>.
  95. </p>
  96. </s2>
  97. <s2 title="A Note About Xerces 2.x">
  98. <p>If you're looking for information regarding the old Xerces 2.x
  99. library, please be advised that Xerces 2.8.0 and all earlier releases
  100. are 100% unsupported and should no longer be used by applications.</p>
  101. </s2>
  102. </s1>