Re: [xsl] Root element is not complete in result tree

Subject: Re: [xsl] Root element is not complete in result tree
From: "Michael Kay mike@xxxxxxxxxxxx" <xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 18 Aug 2016 15:57:24 -0000
Your stylesheet may be exhibiting the same bug as listed on our web site, or
it might be a different bug with similar symptoms. Give us the details, and
we'll be happy to check it out. It could turn out be something completely
different, like a failure to close the output stream. When we know what it is,
we can start looking for a workaround.

We are always looking for more test cases, so please feel free to submit the
problem case in a form that we can run.


> On 18 Aug 2016, at 15:25, Vasu Chakkera vasucv@xxxxxxxxx
<xsl-list-service@xxxxxxxxxxxxxxxxxxxxxx> wrote:
>
> So, i can assume that the stylesheet that works once under will always
work...
>
>

Not always. Some problems are due to multi-threading, or to other effects like
hashing that effectively randomise the order of execution, so don't always
repeat the same way. But you'll spot that fairly quickly if you are
disciplined about running repeatable and automated tests of your code.

Michael Kay
Saxonica

Current Thread