Skip to content

Commit 21a0e8d

Browse files
committed
raise visibility of API reference
closes #11
1 parent 2a218f9 commit 21a0e8d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ data.xml has the following features:
1111
* Uses StAX internally
1212
* lazy - should allow parsing and emitting of large XML documents
1313

14+
## API Reference
15+
16+
Generated API docs for data.xml are available [here](http://clojure.github.com/data.xml).
17+
1418
## Bugs
1519

1620
Please report bugs using JIRA [here](http://dev.clojure.org/jira/browse/DXML).
@@ -194,8 +198,6 @@ But are ignored when read:
194198

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

197-
Generated API docs for data.xml are available [here](http://clojure.github.com/data.xml).
198-
199201
## Namespace Support
200202

201203
XML Namespaced names (QNames) are encoded into clojure keywords, by percent-encoding the (XML) namespace: `{http://www.w3.org/1999/xhtml}head` is encoded in data.xml as `:http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml/head`.

0 commit comments

Comments
 (0)