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

We need more sophisticated resolution of URIs #41

Open
martindholmes opened this issue Oct 30, 2024 · 2 comments
Open

We need more sophisticated resolution of URIs #41

martindholmes opened this issue Oct 30, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@martindholmes
Copy link
Collaborator

With @HelenaSabel and @sydb, we decided that we need a function which is passed an attribute which is known to contain one or more pointers, and would resolve all those pointers to URIs, and retrieve and return all the target items from all the pointers as a sequence. The required context can be derived directly from the attribute's context.

@martindholmes
Copy link
Collaborator Author

Starting on this in branch issue-41-retrieval.

@sydb
Copy link
Member

sydb commented Jan 8, 2025

If it is to return nodes, though, it should be a template, not a function, eh? (Which is a nice division of labor: a function to read in the values of a pointing attribute and convert them to a sequence of fully-functional pointers, and a template which (using that function) reads in the values of a pointing attribute and returns a sequence of nodes.)

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

No branches or pull requests

3 participants