- From: <bugzilla@jessica.w3.org>
- Date: Tue, 11 Feb 2014 20:20:52 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=24235 --- Comment #3 from Michael Kay <mike@saxonica.com> --- Proposal: (A) in 1.1, change the definition of stylesheet, currently: [Definition: A transformation in the XSLT language is expressed in the form of a stylesheet, whose syntax is well-formed XML [XML 1.0] conforming to the Namespaces in XML Recommendation [Namespaces in XML].] so that it is no longer a definition, and is changed to read: A transformation in the XSLT language is expressed in the form of a stylesheet. A styleheet consists of one or more well-formed XML [XML 1.0] documents conforming to the Namespaces in XML Recommendation [Namespaces in XML].] (B) Later in the section, change the last two paragraphs to: Stylesheets have a modular structure; they may contain several packages developed independently of each other, and each package may consist of several stylesheet modules. [Definition: A *stylesheet* consists of one or more packages: specifically, one top-level package and zero or more library packages.] [Definition: For a given transformation, one package functions as the *top-level package*. The complete stylesheet is assembled by finding the packages referenced directly or indirectly from the top-level package using xsl:use-package declarations: see 3.6.1] [Definition: Every package within a stylesheet, other than the top-level package, is referred to as a *library package*] [Definition: Within a package, one stylesheet module functions as the *principal stylesheet module*. The complete package is assembled by finding the stylesheet modules referenced directly or indirectly from the principal stylesheet module using xsl:include and xsl:import elements: see 3.12.2 Stylesheet Inclusion and 3.12.3 Stylesheet Import.] (C) In 2.3.1, change "principal stylesheet module for the transformation" to "principal stylesheet module of the package". (D) In 2.3.3 after "principal stylesheet module" add "of the top-level package". (E) In 25 Serialization, change "However, if the version attribute of the xsl:stylesheet element of the principal stylesheet module has the value 1.0..." to "However, if the effective version of the outermmost element of the principal stylesheet module in the top-level package has the value 1.0..." (F) Hyperlink all references to "top-level package" and "library package" as required. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 11 February 2014 20:20:53 UTC