XsltCompiledTransform

  • Thread starter Thread starter Analizer1
  • Start date Start date
A

Analizer1

c#2.0
I am Calling the below
Xslt.Transform(InputFile,OutPutFile);

I get the Below Error when transforming a large file
input file is XML , 2300 rows of data to Create the Input XML
for xlst Transformation....
Has any body seen the below error and can point me in the right
direction to solve this

Tks

System.Xml.XmlTextReaderImpl
an error occurred while parsing EntityName. Line2, Position 46608

i have this
 
Analizer1 said:
c#2.0
I am Calling the below
Xslt.Transform(InputFile,OutPutFile);

I get the Below Error when transforming a large file
input file is XML , 2300 rows of data to Create the Input XML
for xlst Transformation....
Has any body seen the below error and can point me in the right
direction to solve this

Tks

System.Xml.XmlTextReaderImpl
an error occurred while parsing EntityName. Line2, Position 46608

Well what does InputFile contains at line 2, position 46608?
 
Back
Top