AkankshaBist
9 years agoOccasional Visitor
how to read a .xsl format stylesheet using TestComplete
Hi,
I want to read a xml, typically a stylesheet in .xsl format. I want to traverse to a particular node which i have marked in bold.
Can any of you help in the same.
<xsl:template match="/">
<xsl:for-each select="c:Akanksha">
<xsl:text>MSH|^~\&|Sanket|</xsl:text><xsl:value-of select="dateConversion:NowDate()" /><xsl:value-of select="dateConversion:NowTime()"/><xsl:value-of select="dateConversion:Offset()"/><xsl:text>||Elena||</xsl:text>
<xsl:text>SFT||||||</xsl:text>
<xsl:text>UAC||</xsl:text>
I want to read the Text in the Red Colour,from the node in blue colour.