From 45fd1505051a4c9c8e20c477d4ea62cfd7535276 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Sun, 23 Aug 2015 17:05:54 +0200 Subject: README.xml: remove example, just check examples listed --- README.xml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/README.xml b/README.xml index c949da5..c531ef3 100644 --- a/README.xml +++ b/README.xml @@ -53,23 +53,6 @@ Interface / API Should be trivial, see xml.c and xml.h and the examples below. -The most minimal implementation to read and parse from fd 0 (stdin) is: - - #include - - #include "xml.h" - - static XMLParser x; - - int - main(void) - { - x.getnext = getchar; - xml_parse(&x); - - return 0; - } - Examples -------- -- cgit v1.2.3