1f0cf7d6e2
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1824564 13f79535-47bb-0310-9956-ffa450edef68
25 lines
1013 B
Markdown
25 lines
1013 B
Markdown
# xmlbeans
|
|
|
|
[![Build Status](https://travis-ci.org/pjfanning/xmlbeans.svg?branch=trunk)](https://travis-ci.org/pjfanning/xmlbeans)
|
|
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.pjfanning/xmlbeans/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.pjfanning/xmlbeans)
|
|
|
|
Latest source from ```http://svn.apache.org/repos/asf/xmlbeans/trunk/```. Some changes have been made to get the build working.
|
|
|
|
The core use case is to help users of Apache Poi, which depends on the no longer maintained Apache XMLBeans library.
|
|
|
|
* Release 2.6.1 includes a fix for an issue where Unicode Surrogate chars were replaced with `?` chars ?when outputting files - https://bz.apache.org/bugzilla/show_bug.cgi?id=54084
|
|
* fixes an issue affecting usage on Android: https://issues.apache.org/jira/browse/XMLBEANS-499
|
|
|
|
## Sample
|
|
|
|
https://github.com/pjfanning/poi-xmlbeans-patch-test
|
|
|
|
## Build
|
|
```
|
|
./xbeanenv.sh
|
|
ant
|
|
ant checkintest
|
|
```
|
|
|
|
Output jar is found at ```build/lib/xbean.jar```
|