Now I have written an xsl which is something like this
<xsl:template match="child"> ALL XSL PROCESSING </xsl:template>
What I intend to do is just trap all tags wid node child & only retrieve tat info which is happening properly.
But somehow the parent-name is also getting printed in my output file which I want to ignore. I have no clue how it gets printed even when I do not exactly have a flow included for it in my xsl file.