[Bug 24438] New: [XSLT 3.0] Order of children within xsl:stylesheet

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

            Bug ID: 24438
           Summary: [XSLT 3.0] Order of children within xsl:stylesheet
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 3.0
          Assignee: mike@saxonica.com
          Reporter: mike@saxonica.com
        QA Contact: public-qt-comments@w3.org

The syntax for xsl:stylesheet says that xsl:use-package must come first if it
appears at all.

The prose additionally says:

If there are xsl:use-package elements, these must come before any other
elements. If there are xsl:import elements, these must come after any
xsl:use-package elements but before any other elements.

But we removed the requirement for xsl:import to come first from the grammar
and we intended to remove it from the prose (see J.1 item 9(f)).

Given our decision on bug #23944, we should reconsider the rule that
xsl:stylesheet/xsl:use-package must come first.

Also note, these changes to the rules on ordering need to be reflected in the
schema for XSLT 3.0 stylesheet modules.

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

Received on Wednesday, 29 January 2014 11:17:14 UTC