[Bug 14734] [XSLT 2.0] Literal result elements should not be laxly validated

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

--- Comment #4 from Michael Kay <mike@saxonica.com> 2012-04-05 08:08:05 UTC ---
>The "schema for stylesheets" clearly would not contain a declaration for "book".

This problem originally came from Norm Walsh and I imagine the context was
XProc.

One of the factors might be that Saxon really only allows you to use one schema
at a time; this forces you to create a schema containing the union of all the
schemas that you really want. Unfortunately lax validation is one of the things
that can change its effect if your schema contains random extraneous stuff that
you're not really interested in for a particular validation episode. (Another,
in XSD 1.1, is notQName="##defined"). Perhaps some of the problems would be
avoided if Saxon allowed you to have multiple schemas around at the same time..

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 5 April 2012 08:08:10 UTC