xml to csv conversion trying to include header in the xslt code for xml to csv conver

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • namrata03
    New Member
    • May 2018
    • 1

    xml to csv conversion trying to include header in the xslt code for xml to csv conver

    i am trying to include headers in my xslt code to generate it in the output csv but while runnning the code its throwing some push error

    <xsl:template match="/"> <xsl:text>Polic yNumber,IRREVOC ABLE,SPLIT,ACCO UNT_ID,RiskType ,ClauseType,Cla useRef,VersionR ef,THIRD_PARTY</xsl:text> <xsl:apply-templates /> </xsl:template>
Working...