XSLT accumulate
问题 I have a parent variable and two child variables for accumulate I would like to use those two child variables to select two different values I can only hardcode it to make it works like all other tutorial for example: $parent[1]/Price and $parent[1]/Quantity but insteads I want the following: $parent[1]/$child1 where $parent[1] = orders[1]/order and $child1 = price $parent[1]/$child2 where $parent[1] = orders[1]/order and $child2 = quantity <xsl:call-template name="total"> <xsl:with-param