From ce32176db749b40691c7fb08a1cb2ff184b4794e Mon Sep 17 00:00:00 2001 From: David Strauss Date: Sun, 19 May 2013 02:14:01 -0700 Subject: 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. --- docs/examples/README | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/examples/README') 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. -- cgit v1.2.3