-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
If we have the input:
<document>
<body>
<header name="hans">
<mau you="me">mom</mau>
<pau>la</pau>
</header>
<footer name="hans">
emil
</footer>
</document>
it would be great if one could do:
"document.body.header[mau=mom].pau"
to fetch "la"
or
"document.body.header[mau.@you=me].pau"
to fetch "la"
or
"document.body.header[mau=mom][]"
to fetch [{"mau" => "mom", "pau" => "la"}].
or
"document.body.footer[@name=hans]"
to fetch "emil".
Metadata
Metadata
Assignees
Labels
No labels