Saxon Xslt Processor Error -


in .net application trying process xml using saxon xslt, xslt version 2.0. when data large getting following error.

[net.sf.saxon.trans.xpathexception] = {"org.xml.sax.saxparseexception: xml document structures must start , end within same entity."}

any ideas is? in advance.

the message you've provided suggests me xml document you're attempting transform (or perhaps xslt stylesheet) not well-formed xml. can read xml document (and stylesheet) using xml parser?


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -