laptop and a wrench

不具合

The XSL style sheet, ArcGIS2ISO19139, does not return https linkages when transforming metadata.

最後に公開された状態: June 8, 2021 ArcGIS Pro
不具合 ID 番号 BUG-000119854
送信されましたFebruary 5, 2019
最終更新日June 5, 2024
適用対象ArcGIS Pro
見つかったバージョン2.5.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0 64 Bit
ステータスNon-Reproducible

参考情報

The issue is fixed in ArcGIS Pro 2.7 when the following metadata styles are in use. The original description mentions the problem with the INSPIRE metadata style in ArcGIS Pro 2.5: - INSPIRE Metadata Directive - ISO 19139 Metadata Implementation Specification GML 3.2 - ISO 19139 Metadata Implementation Specification - North American Profile of ISO19115 2003 The issue is non-reproducible in ArcGIS Pro 2.7 when the metadata style Federal Geographic Data Committee (FGDC) Content Standard for Digital Geospatial Metadata (CSDGM) is in use as the https locations are always included in the output. The issue is not addressed in ArcMap.

対処法

  1. Navigate to the ArcGIS2ISO19139 XSL style sheet.
  2. Open in Notepad++, and go to line 3422.
  3. Remove <xsl:for-each select="onLineSrc[(starts-with(linkage,'http://';) or starts-with(linkage,'ftp://';)) and ((count(.//*[text()]) - count(./orDesc[starts-with(.,'0')])) &gt; 0)]">
  4. Replace the line with <xsl:for-each select="onLineSrc[(starts-with(linkage,'http://';) or starts-with (linkage,'https://';) or starts-with(linkage,'ftp://';)) and ((count(.//*[text()]) - count(./orDesc[starts-with(.,'0')])) &gt; 0)]">.
  5. Save as a new style sheet (.xsl).
  6. Transform the metadata using the style sheet instead. Open and notice both URLs.

再現の手順

不具合 ID: BUG-000119854

ソフトウェア:

  • ArcGIS Pro

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動