Hi i am generating a xml by appying the xsl to a xml input. I need the output without this part \"\"
\"\"
in
Try adding the omit-xml-declaration="yes" attribute to your xsl:output tag.
omit-xml-declaration="yes"
xsl:output
It should then read like this: