Changeset 8871
- Timestamp:
- 04/07/14 15:14:48 (7 years ago)
- Location:
- ndgCommon/trunk/ndg/common/xmldb/xquery
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ndgCommon/trunk/ndg/common/xmldb/xquery/ISO2DC.xq
r6850 r8871 22 22 declare variable $localIdentifier as xs:string := 'LocalID'; 23 23 24 for $MD_Metadata in collection($targetCollection)/gmd:MD_Metadata[gmd: identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:identifier/gmd:RS_Identifier/gmd:code/gco:CharacterString=$localIdentifier] return24 for $MD_Metadata in collection($targetCollection)/gmd:MD_Metadata[gmd:fileIdentifier/gco:CharacterString=$localIdentifier] return 25 25 26 26 element oai_dc:dc { -
ndgCommon/trunk/ndg/common/xmldb/xquery/ISO2DIF.xq
r6850 r8871 21 21 declare variable $localIdentifier as xs:string := 'LocalID'; 22 22 23 for $MD_Metadata in collection($targetCollection)/gmd:MD_Metadata[gmd: identificationInfo/gmd:MD_DataIdentification/gmd:citation/gmd:CI_Citation/gmd:identifier/gmd:RS_Identifier/gmd:code/gco:CharacterString=$localIdentifier] return23 for $MD_Metadata in collection($targetCollection)/gmd:MD_Metadata[gmd:fileIdentifier/gco:CharacterString=$localIdentifier] return 24 24 25 25 element ns0:DIF {
Note: See TracChangeset
for help on using the changeset viewer.