href_extractor: example code extracting href elements
authorMichał Kowalczyk <netuskowal@gmail.com>
Thu, 18 Oct 2012 14:45:51 +0000 (16:45 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 18 Oct 2012 14:45:51 +0000 (16:45 +0200)
commit8ffc971138a4f23dcabf45197255a059bf9e1b52
tree13ff3916a73f288f441bdc706acb88a6c5375124
parentf1d2e1850819f54d1c950989614da7445bdd457f
href_extractor: example code extracting href elements

It does so in a streaming manner using the "Streaming HTML parser".
docs/examples/Makefile.inc
docs/examples/href_extractor.c [new file with mode: 0644]