Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show at least some of what's in a node by default #106

Closed
Keno opened this issue Apr 14, 2019 · 1 comment · Fixed by #110
Closed

Show at least some of what's in a node by default #106

Keno opened this issue Apr 14, 2019 · 1 comment · Fixed by #110

Comments

@Keno
Copy link
Member

Keno commented Apr 14, 2019

This output isn't super helpful in interactive use:

invlist = findall("//...", xdoc)
1-element Array{EzXML.Node,1}:
 EzXML.Node(<ELEMENT_NODE@0x00007ffbac7a7d20>)

It would be nice to print at least some of the node properties (e.g. the tag name).

@bicycle1885
Copy link
Member

Thanks. Now it shows the name of element and attribute nodes like EzXML.Node(<ELEMENT_NODE[name]@0x00007ffbac7a7d20>).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants