I have requirement to transform the xml file by passing xslt using excel vba code. i have tried with some sample code its working for simple xslt. When i started testing with complex one.Got error distinct-values(//object/@name) is not supporting.
<xsl:for-each-group select="//object" group-by="@name">
<object><xsl:value-of select="current-grouping-key()"/></object>
</xsl:for-each-group>
just wanted to confirm . Is Microsoft Excel VBA is supporting Xpath2.0 and XSLT2.0. If not what is the alternate solution for this.
Your help is really appreciated. Thanks in advance.
tokenize(). The XSLT 1.0 solution is to use a key.