https://github.com/apache/xmlbeans
Mirror of Apache XMLBeans
https://github.com/apache/xmlbeans
xmlbeans
Last synced: about 1 year ago
JSON representation
Mirror of Apache XMLBeans
- Host: GitHub
- URL: https://github.com/apache/xmlbeans
- Owner: apache
- License: apache-2.0
- Created: 2009-08-06T08:06:50.000Z (almost 17 years ago)
- Default Branch: trunk
- Last Pushed: 2025-02-26T21:44:54.000Z (over 1 year ago)
- Last Synced: 2025-03-29T10:09:05.754Z (about 1 year ago)
- Topics: xmlbeans
- Language: Java
- Size: 63.4 MB
- Stars: 54
- Watchers: 8
- Forks: 62
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE-binary.txt
- Security: SECURITY.md
Awesome Lists containing this project
README
# Apache XMLBeans™
Welcome to XMLBeans!
Layout of the tree:
- README.md: this file
- build.gradle: gradle build file for building XmlBeans code and utilities
- STATUS: essential info about the project
- xbeanenv.cmd: sets the XMLBEANS_HOME environment variable on Windows
- xbeanenv.sh: sets the XMLBEANS_HOME environment variable on Unix
- bin: contains useful command-line scripts for Win and Unix
- docs: contains several documentation files
- javadocs: API documentation
- maven-plugin: source and documentation on using the xmlbeans2 Maven plugin
- samples: contains ... samples
- src: the source code for XmlBeans, organized by area
- test: contains test cases and infrastructure
- xkit: contains the README file for the binary distribution
To quickly get started run:
* "gradlew jar" to build XmlBeans or
* "gradlew tasks" to see the most useful build targets or
* "cd bin" and then " -help" for a description of what the
tool does and what parameters it accepts
For further information check out:
* https://xmlbeans.apache.org
* https://wiki.apache.org/xmlbeans
* ./samples//README.txt for running samples
* ./test/docs/* for running tests
XMLBeans depends on the following external libraries:
- log4j-api [https://logging.apache.org/log4j/2.x/] for logging
- javaparser-core (O) [https://github.com/javaparser/javaparser]
- Saxon-HE (O) [http://saxon.sourceforge.net/] for XPath/XQuery in XmlBeans
(O) means that the library is optional
For licensing information, see LICENSE.txt
Updated: 1 January 2024.