Differences between revisions 2 and 3
Revision 2 as of 2007-08-11 05:04:47
Size: 334
Editor: 127
Comment:
Revision 3 as of 2011-08-03 11:00:41
Size: 334
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

[SAX]와 유사한 stream 기반의 [XML] [Parsing] 패키지. ([Cee]로 쓰여짐)

http://expat.sourceforge.net/

[Python] interface가 [PyXML]에 들어있다.

   1 import sys
   2 from xml.dom.ext.reader import PyExpat
   3 reader = PyExpat.Reader()
   4 dom = reader.fromStream(sys.stdin)


CategoryProgramLibrary

Expat (last edited 2011-09-16 08:11:41 by 211)

web biohackers.net