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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top