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.

67 lines
3.0 KiB

  1. <?xml version="1.0" encoding="iso-8859-1" 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="Applications">
  20. <s2 title="Overview">
  21. <p>This page lists popular application and libraries that
  22. are based on or provide an additional functionality on
  23. top of &XercesCName;. If you know of an application that
  24. you feel should be listed here, send an email with all the
  25. relevant information to one of the <jump href="mailing-lists.html">
  26. &XercesCName; mailing lists</jump>.</p>
  27. <s3 title="CodeSynthesis XSD">
  28. <p><jump href="http://www.codesynthesis.com/products/xsd/">CodeSynthesis
  29. XSD</jump> is an open-source XML Schema to C++ data
  30. binding compiler that uses &XercesCName; as the underlying XML
  31. parser. Provided with an XML instance specification (XML Schema), XSD
  32. generates C++ classes that represent the given vocabulary as well
  33. as parsing and serialization code. You can then access the data
  34. stored in XML using types and functions that semantically
  35. correspond to your application domain rather than dealing with
  36. direct representations of XML such as DOM and SAX.</p>
  37. </s3>
  38. <s3 title="Xalan-C++">
  39. <p><jump href="http://xml.apache.org/xalan-c/">Xalan-C++</jump>
  40. is an open-source XSLT processor for transforming XML documents
  41. into HTML, text, or other XML document types. It implementes the W3C
  42. recommendations for XSL Transformations (XSLT) and the XML Path
  43. Language (XPath) and is based on &XercesCName;.</p>
  44. </s3>
  45. <s3 title="XQilla">
  46. <p><jump href="http://xqilla.sourceforge.net">XQilla</jump>
  47. is an open-source XQuery and XPath 2.0 implementation based
  48. on &XercesCName;. It implements the DOM 3 XPath API and conforms
  49. to the W3C proposed recommendation of XQuery and XPath 2.0.</p>
  50. </s3>
  51. <s3 title="XML Security for C++">
  52. <p><jump href="http://xml.apache.org/security/c/">XML Security
  53. for C++</jump> is an open-source implementation of the XML
  54. Digital Signature specification and is based on &XercesCName;.
  55. The library also provides support for serializing XML in the
  56. canonical form.</p>
  57. </s3>
  58. </s2>
  59. </s1>