Attributes window - include data from other documents in pulldown list for xs:IDREF
Posted: Tue Nov 03, 2015 10:00 pm
I have references of the form:
Where rid is of type xs:IDREF.
The document in which the node with the matching ID is to be found is contained in 'refdoc'
When I click on xr and go the attributes window, the attributes windows allows a pulldown list of all possible values for rid, however it populated them only from the current document.
Is there a way (possibly via xpath query? Or alternatively some other built in feature?) that I could have the IDREF pulldown instead either:
1) Show ID values from refdoc instead of the current doc
2) Failing that, have it show all ID values from a list of documents (e.g. all documents in the project could be included?)
Code: Select all
<xr refdoc="xx.xml" rid="fooid123"/>
The document in which the node with the matching ID is to be found is contained in 'refdoc'
When I click on xr and go the attributes window, the attributes windows allows a pulldown list of all possible values for rid, however it populated them only from the current document.
Is there a way (possibly via xpath query? Or alternatively some other built in feature?) that I could have the IDREF pulldown instead either:
1) Show ID values from refdoc instead of the current doc
2) Failing that, have it show all ID values from a list of documents (e.g. all documents in the project could be included?)