Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TableAttrs (0.11 sec)

  1. src/encoding/xml/read_test.go

    			`/></TableAttrs>`,
    		tab: TableAttrs{TAttr{HTable: "", FTable: "world"}},
    	},
    	{
    		xml: `<TableAttrs><TAttr ` +
    			`table="bogus" ` +
    			`/></TableAttrs>`,
    		tab: TableAttrs{},
    	},
    	{
    		// Default space does not apply to attribute names.
    		xml: `<TableAttrs xmlns:h="http://www.w3.org/TR/html4/"><TAttr ` +
    			`h:table="hello" table="world" ` +
    			`/></TableAttrs>`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 26 19:58:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
Back to top