diff options
| author | scoder <none@none> | 2008-03-25 22:02:21 +0100 |
|---|---|---|
| committer | scoder <none@none> | 2008-03-25 22:02:21 +0100 |
| commit | 9c29023dac94f1ec7597ef23565fffa3862fcff2 (patch) | |
| tree | 63203bd795b6af74d9b9289024f9cefc7db52c76 /src/lxml/xmlparser.pxd | |
| parent | 619ff5df20287334bff2aae234065e0ac8635309 (diff) | |
| download | python-lxml-9c29023dac94f1ec7597ef23565fffa3862fcff2.tar.gz | |
[svn r3455] r3824@delle: sbehnel | 2008-03-25 21:58:26 +0100
new event types 'comment' and 'pi' in iterparse()
--HG--
branch : trunk
Diffstat (limited to 'src/lxml/xmlparser.pxd')
| -rw-r--r-- | src/lxml/xmlparser.pxd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lxml/xmlparser.pxd b/src/lxml/xmlparser.pxd index adc3548a..b6d849aa 100644 --- a/src/lxml/xmlparser.pxd +++ b/src/lxml/xmlparser.pxd @@ -96,6 +96,7 @@ cdef extern from "libxml/parser.h": int spaceMax bint html bint progressive + int inSubset int charset xmlParserInput* input |
