1 ./attr_print: send attr number = 4711
2 ./attr_print: send attr string = whoopee
3 ./attr_print: send attr name foo-name value foo-value
4 ./attr_print: send attr name bar-name value bar-value
5 ./attr_print: send attr number = 4711
6 ./attr_print: send attr string = whoopee
7 ./attr_scan: unknown_stream: wanted attribute: number
8 ./attr_scan: input attribute name: number
9 ./attr_scan: input attribute value: 4711
10 ./attr_scan: unknown_stream: wanted attribute: string
11 ./attr_scan: input attribute name: string
12 ./attr_scan: input attribute value: whoopee
13 ./attr_scan: unknown_stream: wanted attribute: (any attribute name or list terminator)
14 ./attr_scan: input attribute name: foo-name
15 ./attr_scan: input attribute value: foo-value
16 ./attr_scan: unknown_stream: wanted attribute: (any attribute name or list terminator)
17 ./attr_scan: input attribute name: bar-name
18 ./attr_scan: input attribute value: bar-value
19 ./attr_scan: unknown_stream: wanted attribute: (any attribute name or list terminator)
20 ./attr_scan: input attribute name: (end)
21 ./attr_scan: unknown_stream: wanted attribute: number
22 ./attr_scan: input attribute name: number
23 ./attr_scan: input attribute value: 4711
24 ./attr_scan: unknown_stream: wanted attribute: string
25 ./attr_scan: input attribute name: string
26 ./attr_scan: input attribute value: whoopee
27 ./attr_scan: unknown_stream: wanted attribute: (list terminator)
28 ./attr_scan: input attribute name: (end)
31 (hash) foo-name foo-value
32 (hash) bar-name bar-value
35 (hash) foo-name foo-value
36 (hash) bar-name bar-value