Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Emlin (0.03 sec)

  1. src/encoding/xml/example_test.go

    		Phone   string
    		Email   []Email
    		Groups  []string `xml:"Group>Value"`
    		Address
    	}
    	v := Result{Name: "none", Phone: "none"}
    
    	data := `
    		<Person>
    			<FullName>Grace R. Emlin</FullName>
    			<Company>Example Inc.</Company>
    			<Email where="home">
    				<Addr>******@****.***</Addr>
    			</Email>
    			<Email where='work'>
    				<Addr>******@****.***</Addr>
    			</Email>
    			<Group>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 01 23:34:33 UTC 2016
    - 3.7K bytes
    - Viewed (0)
Back to top