[Bug 22663] [xslt 3.0] strip-space variations across packages

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

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
As pointed out in bug #22733, there are similar issues with the
input-type-annotations attribute. I think that this should also be scoped to a
package, and should affect documents loaded using doc()/document()/collection()
calls within that package.

As far as the stability rules are concerned, I think the rule should be that if
two calls on doc() within the scope of a transformation process the same
absolute URI and use the same rules for space and annotation stripping, then
(and only then) they should return the same document node. 

The definition of "the same rules" here needs work on the wording, but
essentially it means the same list of nametests controlling strip-space and
preserve-space, taking into account the ordering of the rules by import
precedence.

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

Received on Friday, 19 July 2013 09:43:59 UTC