]> Cypherpunks repositories - gostls13.git/commit
XML lexing
authorRuss Cox <rsc@golang.org>
Mon, 5 Oct 2009 22:00:50 +0000 (15:00 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 5 Oct 2009 22:00:50 +0000 (15:00 -0700)
commita91b6b74e3ffb9b8ff1a4ad28c880d40266a7084
tree390003d0e7969ec9023125d971cf5cc6322d555f
parent2b1dbe8a4f9f214d7164abd18d99e2451efc5cdb
XML lexing

The lexer is the bottom level.
Most clients will use the Unmarshal method,
not yet implemented, which will behave like
json.Unmarshal.

R=r
DELTA=1115  (766 added, 219 deleted, 130 changed)
OCL=35316
CL=35339
src/pkg/xml/xml.go
src/pkg/xml/xml_test.go [new file with mode: 0644]