aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/README
diff options
context:
space:
mode:
authorDavid Strauss <david@davidstrauss.net>2013-05-19 02:14:01 -0700
committerDaniel Stenberg <daniel@haxx.se>2013-05-19 11:19:28 +0200
commitce32176db749b40691c7fb08a1cb2ff184b4794e (patch)
tree5eab8bf73dcd557a922533fd64bdcba9eb126d9e /docs/examples/README
parent04f52e9b4db01bcbf672c9c69303a4e4ad0d0fb9 (diff)
xmlstream: XML stream parsing example source code
Add an XML stream parsing example using Expat. Add missing ignore for the binary from an unrelated example.
Diffstat (limited to 'docs/examples/README')
-rw-r--r--docs/examples/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/README b/docs/examples/README
index b89338f62..1ca62a154 100644
--- a/docs/examples/README
+++ b/docs/examples/README
@@ -78,4 +78,5 @@ simplepost.c - HTTP POST
simplessl.c - HTTPS example with certificates many options set
synctime.c - Sync local time by extracting date from remote HTTP servers
url2file.c - download a document and store it in a file
+xmlstream.c - Stream-parse a document using the streaming Expat parser
10-at-a-time.c - Download many files simultaneously, 10 at a time.