You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ data.xml has the following features:
11
11
* Uses StAX internally
12
12
* lazy - should allow parsing and emitting of large XML documents
13
13
14
+
## API Reference
15
+
16
+
Generated API docs for data.xml are available [here](http://clojure.github.com/data.xml).
17
+
14
18
## Bugs
15
19
16
20
Please report bugs using JIRA [here](http://dev.clojure.org/jira/browse/DXML).
@@ -194,8 +198,6 @@ But are ignored when read:
194
198
195
199
"<?xml version=\"1.0\" encoding=\"UTF-8\"?><foo><bar>and another element</bar></foo>"
196
200
197
-
Generated API docs for data.xml are available [here](http://clojure.github.com/data.xml).
198
-
199
201
## Namespace Support
200
202
201
203
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