Weird XSLT messages

V

Vijai Kalyan

I keep getting these weird error messages

FailPT0.002Smantis.exe -uFailPT0.002SFailPT0.002SFailPT0.001SExpected
data.Some unexpected data.1093This is a sample debug
messagePassPT0.001SSkippedPT0.000SBrokenPT0.000SNotImplementedPT0.000S

when trying to apply a XSLT on a XML document using the
XslCompiledTransform class.

I am not sure what this is trying to tell me!

Does anyone have an idea?

Thanks,

Vijai.
 
J

Jon Skeet [C# MVP]

I keep getting these weird error messages

FailPT0.002Smantis.exe -uFailPT0.002SFailPT0.002SFailPT0.001SExpected
data.Some unexpected data.1093This is a sample debug
messagePassPT0.001SSkippedPT0.000SBrokenPT0.000SNotImplementedPT0.000S

when trying to apply a XSLT on a XML document using the
XslCompiledTransform class.

I am not sure what this is trying to tell me!

Could you post a short but complete program which demonstrates the
problem?

See http://pobox.com/~skeet/csharp/complete.html for what I mean by
that.

Jon
 

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

Top