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 -

php - Time zone issue -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -