• Russ Cox's avatar
    introduce non-strict mode in xml parser, · d0aac0ac
    Russ Cox authored
    good enough to parse some html.
    
    in reader, add "comment" tag to collect
    comment text.
    
    do not allocate during Unmarshal unless pointer is nil.
    
    R=r
    DELTA=441  (416 added, 1 deleted, 24 changed)
    OCL=35586
    CL=35594
    d0aac0ac
Name
Last commit
Last update
..
Makefile Loading commit data...
read.go Loading commit data...
read_test.go Loading commit data...
xml.go Loading commit data...
xml_test.go Loading commit data...