C#(Visual Studio 2012)での XSLT2.0 変換に Saxon-9EE を使用しています。ただし、ソース ドキュメントの読み込み中にエラーが発生する場合があります (xml サイズは 25 MB です)。他のドキュメント (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