|
hi,
I had windows service application in C# that convert the one Xml to another Xml/txt format. I am using MVP.Xml for that,
when i ran this on XP, windows Server2003(64Bit) it works fine but, when trying to convert the Xml in Windows7 i, it failed to parse the formfeed char
System.Xml.XmlException: ' ', hexadecimal value 0x0C, is an invalid character at line....
when loading xslt.Load(strXSLFile);.
in my Xsl file i have these line:
<xsl:variable name="NEWLINE" select="'
'"/>
<xsl:variable name="NEWPAGE" select="''"/>
<xsl:variable name="NEWLINE" select="'
'"/>
<xsl:variable name="NEWPAGE" select="''"/>
error at second line for NEWPAGE but the same xsl works for Xp, WindowsServer2003.
is any one have any solution to that.
Thanks®ards
San33
|