
May 28th, 2003, 11:33 PM
|
|
Junior Member
|
|
Join Date: May 2003
Posts: 4
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Blank Line in output file
Hi All,
I have successfully transformed an XML file to a flat file containing SQL statements.
But I find that there is an Empty line at the top of the SQL file.
I am using Unidex XML convert 2.2.
Any ideas...!!!
I have attached the files for reference.
Note I called the file ".java" else I will not be able to attach the file.
Update : The newline is created by "<xsl:apply-templates />"
Any reason why ??? ie Is this normal or a something about Unidex XML convert 2.2.
<xsl:template match="/HACK">
<xsl:apply-templates />
</xsl:template>
Last edited by lakshman : May 29th, 2003 at 01:26 AM.
|