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.

65 lines
2.7 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 faqs SYSTEM "sbk:/style/dtd/faqs.dtd">
  19. <faqs title="Other &XercesCName; Questions">
  20. <faq title="How do I determine the version of &XercesCName; I am using?">
  21. <q>How do I determine the version of &XercesCName; I am using?</q>
  22. <a>
  23. <p>The version string for &XercesCName; is in one of the header files. Look
  24. inside the file <code>src/xercesc/util/XercesVersion.hpp</code> or, in the binary distribution,
  25. look in <code>include/xercesc/utils/XercesVersion.hpp</code>. </p>
  26. <p>If you don't have the header files, you have to find the version
  27. information from the shared library name. On Windows right click on
  28. the DLL name in the bin directory and look up
  29. properties. The version information can be found in the Version tab.</p>
  30. <p>On UNIX/Linux/Mac OS X platforms the version is
  31. embedded into the library name.</p>
  32. </a>
  33. </faq>
  34. <faq title="Is there any kind of support available for &XercesCName;?">
  35. <q>Is there any kind of support available for &XercesCName;?</q>
  36. <a>
  37. <p>&XercesCName; comes with <em>no</em> formal support.</p>
  38. <p>Every volunteer project obtains its strength from the people involved in
  39. it. Mailing lists provide a simple and effective communication mechanism. You
  40. are welcome to join any of these mailing lists (or all of them if you wish).
  41. You can choose to lurk, or to actively participate. It is up to you.</p>
  42. <p>Instructions for subscribing as well as archives are available at the
  43. <jump href="&MailURI;">&XercesCName; mailing lists</jump> page.</p>
  44. </a>
  45. </faq>
  46. <faq title="I found a defect -- how do I report it?">
  47. <q>I found a defect -- how do I report it?</q>
  48. <a>
  49. <p>See <jump href="&BugURI;">Bug Reporting</jump>.
  50. </p>
  51. </a>
  52. </faq>
  53. </faqs>