dnet-core/dnet-data-services/src/main/resources/eu/dnetlib/enabling/datasources/templates/findRepoApis.xquery.st

11 lines
379 B
Smalltalk
Raw Normal View History

2019-10-02 17:32:21 +02:00
for \$x in
collection('/db/DRIVER/RepositoryServiceResources/RepositoryServiceResourceType')//INTERFACE[$cond$]
return
<ROW>
<REPO
id="{\$x/../../../../HEADER/RESOURCE_IDENTIFIER/@value/string()}"
name="{\$x/../../OFFICIAL_NAME/text()}"
country="{\$x/../../COUNTRY/text()}"
prefix="{\$x/../..//EXTRA_FIELDS/FIELD[./key='NamespacePrefix']/value}" />
{\$x}
</ROW>