[Bug 20016] [XT3TS] accessor-011

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20016

--- Comment #3 from Michael Kay <mike@saxonica.com> ---
This whole area is a bit tricky!

In my test driver, assert-xml looks at the result tree directly, without
serializing. The same is true of assert which tests the result tree using XPath
expressions. The serialized output is used only for assertions that
specifically relate to serialization. 

(I had to do some trickery to achieve this, because it's possible to have
assertions against both the result tree and its serialized form, and Saxon's
normal API only allows you to get one or the other; in fact, if necessary, we
do the transformation twice).

I agree that it would be best to avoid using indent="yes" except in tests where
serialization is required. We're moving in this direction.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Tuesday, 20 November 2012 14:56:24 UTC