Differences between revisions 3 and 4
Revision 3 as of 2011-08-03 11:00:41
Size: 334
Editor: localhost
Comment: converted to 1.6 markup
Revision 4 as of 2011-09-16 08:11:41
Size: 346
Editor: 211
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
[SAX]와 유사한 stream 기반의 [XML] [Parsing] 패키지. ([Cee]로 쓰여짐) [[SAX]]와 유사한 stream 기반의 [[XML]] [[Parsing]] 패키지. ([[Cee]]로 쓰여짐)
Line 5: Line 5:
[Python] interface가 [PyXML]에 들어있다. [[Python]] interface가 [[PyXML]]에 들어있다.

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