Fix building in MinGW

Changes:
  * Check XALAN_WINDOWS instead of _MSC_VER for Win32 platform.
  * Check _MSC_VER for MSVC specific pragma directives.
  * Check Win32 platform for std::FILE type.
7 files changed
tree: 5d0b62a78ae39a55d76b38fd1eb4ac2156d14dd7
  1. cmake/
  2. docs/
  3. samples/
  4. scripts/
  5. src/
  6. Tests/
  7. .appveyor.yml
  8. .gitignore
  9. .travis.yml
  10. CMakeLists.txt
  11. CREDITS
  12. KEYS
  13. LICENSE
  14. NOTICE
  15. readme.html
  16. README.md
  17. xalan-c.pc.in
README.md

Apache Xalan-C/C++ XSLT Library

Xalan-C++-logo

Overview

The Apache Xalan-C++ Project provides a library and a command line program to transform XML documents using a stylesheet that conforms to XSLT 1.0 standards.

Xalan is a project of the Apache Software Foundation.

Links

Documentation

Table of Contents

Apache-logo