-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Queries should operate as containers, from which matching results should be provided as iterators for nodes or attributes.
Something like:
for(auto& element: document.root() / "base" / "resources" / "*" / "item"["attribute-a"]){
//.... using element as `attribute`
}Or in the string format I also use in vs.templ, like /base/resources/*/~attribute-a possibly constructed into a query via a constexpress builder.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request