Merge "appdocsxml.xslt: Add Language to channel snapshot transformation"

This commit is contained in:
Richard Mudgett 2018-02-02 10:26:15 -06:00 committed by Gerrit Code Review
commit 4142eacfef
1 changed files with 5 additions and 0 deletions

View File

@ -76,6 +76,11 @@
<xsl:value-of select="concat(@prefix,'ConnectedLineName')"/>
</xsl:attribute>
</xsl:element>
<xsl:element name="parameter">
<xsl:attribute name="name">
<xsl:value-of select="concat(@prefix,'Language')"/>
</xsl:attribute>
</xsl:element>
<xsl:element name="parameter">
<xsl:attribute name="name">
<xsl:value-of select="concat(@prefix,'AccountCode')"/>