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

The source_node of the domain accepts XPATHs that start with / and // only #6

Open
ymark opened this issue Nov 26, 2015 · 0 comments
Open
Labels

Comments

@ymark
Copy link
Collaborator

ymark commented Nov 26, 2015

We should be compliant with the standards
http://www.w3schools.com/xsl/xpath_syntax.asp

Can we support the following? :
/ Selects from the root node
// Selects nodes in the document from the current node that match the selection no matter where they are
. Selects the current node
.. Selects the parent of the current node
@ Selects attributes

@ymark ymark added the bug label Dec 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant