Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ data.xml has the following features:
* Uses StAX internally
* lazy - should allow parsing and emitting of large XML documents

## API Reference

Generated API docs for data.xml are available [here](http://clojure.github.com/data.xml).

## Bugs

Please report bugs using JIRA [here](http://dev.clojure.org/jira/browse/DXML).
Expand Down Expand Up @@ -192,8 +196,6 @@ But are ignored when read:

"<?xml version=\"1.0\" encoding=\"UTF-8\"?><foo><bar>and another element</bar></foo>"

Generated API docs for data.xml are available [here](http://clojure.github.com/data.xml).

## Namespace Support

Parsing and emitting XML namespaces are supported and use the JDK built-in
Expand Down