xs:anyURI-based content completion in a TEI project using exist-db remote sources
Posted: Fri Dec 09, 2022 11:48 am
As you posted recently in this forum it is now possible with oXygen v25 to use auto-completion with references that are modelled as xs:anyURI in the TEI schema. I can see that it picks up on the xml:id attributes defined in the same file. However, I can not get this working across files, either locally nor with a remote data source. A remote data source (TEI documents stored in an eXist database) is my main goal, but for understanding the problem I also tried a configuration with a local main file definition.
With an .xpr project setup and a registered local main file that contains some xml:id attributes, I cannot see the IDs from the main file being offered in a different file's content completion. Content completion works in principle, but it only offers the IDs from the file I am working on, not from the main file.
Actually my target would be to have something like a main file defined from the remote exist-db source and then get all IDs from this remote main file in the auto-completion, ideally with parsing of the main file's <xi:include>s also done locally, not pre-computed on the data base server. Is something like this possible at all?
With an .xpr project setup and a registered local main file that contains some xml:id attributes, I cannot see the IDs from the main file being offered in a different file's content completion. Content completion works in principle, but it only offers the IDs from the file I am working on, not from the main file.
Actually my target would be to have something like a main file defined from the remote exist-db source and then get all IDs from this remote main file in the auto-completion, ideally with parsing of the main file's <xi:include>s also done locally, not pre-computed on the data base server. Is something like this possible at all?