Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Commit

Permalink
Merge pull request #32 from novoda/new_readme_structure
Browse files Browse the repository at this point in the history
New readme structure
  • Loading branch information
blundell committed Nov 14, 2014
2 parents f2fa600 + 37a7283 commit 63dae5b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 35 deletions.
49 changes: 14 additions & 35 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,33 @@
simple-easy-xml-parser [![](http://ci.novoda.com/buildStatus/icon?job=SimpleEasyXmlParser)](http://ci.novoda.com/job/SimpleEasyXmlParser/lastSuccessfulBuild/console)
===================
# simple-easy-xml-parser [![](http://ci.novoda.com/buildStatus/icon?job=simple-easy-xml-parser)](http://ci.novoda.com/job/simple-easy-xml-parser/lastSuccessfulBuild/console) [![](https://raw.githubusercontent.com/novoda/novoda/master/assets/btn_apache_lisence.png)](LICENSE.txt)

A simple XML parser based upon Android sax parser but written in pure Java. SEXP gives callbacks for all parsing events and being written in pure java allows faster and more comprehensive testability.
XML parsing is now sexy!


Example Useage
===============
## Description

A simple typed XML parser based upon Android sax parser but written in pure Java. SEXP gives callbacks for all parsing events and being written in pure java allows faster and more comprehensive testability.

For now examples of use can be found here:

## Adding to your project

[SEXP Java Demo's](https://github.com/novoda/simple-easy-xml-parser/tree/master/demo/src/main/java/com/novoda/demo)
To start using this library, add these lines to the `build.gradle` of your project:

[SEXP Android Demo's](https://github.com/novoda/simple-easy-xml-parser/tree/master/demoAndroid)

Adding to your project
======

Gradle
---
```groovy
repositories {
maven {
url 'http://ci.novoda.com/maven/releases/'
}
jcenter()
}
```
```groovy
dependencies {
compile 'com.novoda.sexp:core:1.0.2-alpha'
compile 'com.novoda.sexp:core:1.0.3'
}
```

License
-------

(c) Copyright 2014 Novoda

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
## Links

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Here are a list of useful links:

![SEXP](/professor_sexp.jpg)
* We always welcome people to contribute new features or bug fixes, [here is how](https://github.com/novoda/novoda/blob/master/CONTRIBUTING.md)
* If you have a problem check the [Issues Page](https://github.com/novoda/simple-easy-xml-parser/issues) first to see if we are working on it
* For further usage or to delve more deeply checkout the [Project Wiki](https://github.com/novoda/simple-easy-xml-parser/wiki)
* Looking for community help, browse the already asked [Stack Overflow Questions](http://stackoverflow.com/questions/tagged/support-sexp) or use the tag: `support-sexp` when posting a new question
Binary file removed professor_sexp.jpg
Binary file not shown.

0 comments on commit 63dae5b

Please sign in to comment.