Exemplo n.º 1
0
func xb(xn *xmlx.Node, name string) bool {
	return xn.B(xmlns, name) || xn.B("", name) || xn.B("*", name)
}