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