Sergey

Results 4 issues of Sergey

Added drag 'n drop functionality for browser address bar and text.

Removed redundant `else` statements from the read_super() function.

If previous sibling contains same xmlns as current prefix does, the prefix will be dropped. ``` ``` ```root, _ := xmlquery.Parse(bytes.NewReader(data)) nodes, _ := xmlquery.QueryAll(root, "//*") for _, node :=...

bug