You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
379 B
Smalltalk

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>