Frequently asked question
Code:
<xsl:variable name="editor_name">
<xsl:if test="$doc_schema = 'iso19115'">
<xsl:value-of select="/metadata/mdContact/rpIndName"/>
</xsl:if>
<xsl:if test="$doc_schema = 'fgdc'">
<xsl:value-of select="/metadata/idinfo/ptcontac/cntinfo/cntperp/cntper | /metadata/idinfo/ptcontac/cntinfo/cntorgp/cntper"/>
</xsl:if>
<xsl:if test="$doc_schema = 'iso19139'">
<xsl:value-of select="/MD_Metadata/identificationInfo/MD_DataIdentification/pointOfContact/CI_ResponsibleParty[role/CI_RoleCode/@codeListValue='pointOfContact']/individualName/CharacterString"/>
</xsl:if>
</xsl:variable>
Get help from ArcGIS experts
Download the Esri Support App