xquery-intellij-plugin icon indicating copy to clipboard operation
xquery-intellij-plugin copied to clipboard

add support for http://www.w3.org/2005/xpath-functions/map

Open yagee-de opened this issue 5 years ago • 0 comments

Example:

<xsl:variable name="emptyValueTest" select="map{'access':(), 'area':(), 'city':(),
        'citySection':(), 'continent':(), 'country':(), 'county':(), 'extraTerrestrialArea':(),
        'geographic':(), 'geographicCode':(), 'hierarchicalGeographic':(), 'island':(),
        'region':(), 'state':(), 'territory':()}"/>
<xsl:sequence select="map:contains($emptyValueTest, fn:local-name($node)) />

yagee-de avatar Jul 29 '20 12:07 yagee-de