我在 C#(Visual Studio 2012)中使用 Saxon-9EE 进行 XSLT2.0 转换。但有时在加载源文档时会出现错误(xml 大小有 25MB)。我为其他文档(小于 10 MB)尝试了相同的代码,它运行良好。你能帮我解决一下吗?谢谢
Method >>    End Copy Directory >>   3/28/2013 3:22:36 AM:857
 >>         at net.sf.saxon.dotnet.DotNetPullProvider.next()
   at net.sf.saxon.pull.PullFilter.next()
   at net.sf.saxon.pull.PullPushTee.next()
   at net.sf.saxon.pull.PullConsumer.consume()
   at net.sf.saxon.pull.PullPushCopier.copy()
   at net.sf.saxon.event.Sender.sendPullSource(PullSource , Receiver , ParseOptions )
   at net.sf.saxon.event.Sender.send(Source source, Receiver receiver, ParseOptions options)
   at net.sf.saxon.Configuration.buildDocument(Source source, ParseOptions parse
Options)
   at net.sf.saxon.Configuration.buildDocument(Source source)
   **at Saxon.Api.DocumentBuilder.Build(XmlReader reader)**
   at DocxCreator_XSL.DocxCreator.CreateDocx() in c:\Users\velagasx\Documents\Vi
sual Studio 2012\Projects\SampleProjects\DocxCreator_XSL\DocxCreator.cs:line 99
>>       3/28/2013 3:22:42 AM:745