]> Cypherpunks repositories - gostls13.git/commit
proposed XML parser design.
authorRuss Cox <rsc@golang.org>
Tue, 17 Feb 2009 04:14:21 +0000 (20:14 -0800)
committerRuss Cox <rsc@golang.org>
Tue, 17 Feb 2009 04:14:21 +0000 (20:14 -0800)
commit9e3e61627de958d4f3252cb60e2e5bff3861d7b4
treeecd2299a233a9a5b717619eae6198e7679348c84
parentbbc190b3ee927f5dc6c518dbda547596e79a4bbb
proposed XML parser design.
inspired by expat's callback interface,
but a bit simpler thanks to go interfaces.

also serves as reference notes about XML.

the parser itself is unimplemented.

not in Makefiles, though it does build.

R=r
DELTA=425  (425 added, 0 deleted, 0 changed)
OCL=25077
CL=25080
src/lib/xml.go [new file with mode: 0644]