You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by Jo...@lotus.com on 2001/02/09 23:05:29 UTC

Re: [C2][Xalan2J] Bug in MethodResolver.java - Using NodeList as parameter in Extension function

You can't just dump the schema document and instance document successively
into the same file and expect it to work. There are probably ways to embed
a schema _into_ your document, but it has to actually be inside the
document's top-level element in order to for the file to be valid XML.

If you really want to deliver them in succession on a single stream, it's
up to you to architect some sort of end-of-file mark to separate them and
explicitly process them separately.