This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 22743 - [xslt 3.0] Stripping whitespace from the stylesheet
Summary: [xslt 3.0] Stripping whitespace from the stylesheet
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 (show other bugs)
Version: Working drafts
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Michael Kay
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-20 17:14 UTC by Michael Kay
Modified: 2013-08-01 15:01 UTC (History)
0 users

See Also:


Attachments

Description Michael Kay 2013-07-20 17:14:31 UTC
Section 4.2 rule 4 contains a list of XSLT elements from which whitespace text nodes should be stripped (in case xsl:space is used). This list needs to be updated, at least to include xsl:package and xsl:override. Basically it should include all elements with element-only content models.
Comment 1 Michael Kay 2013-07-26 10:00:55 UTC
Added to the list:

xsl:fork
xsl:mode
xsl:override
xsl:package
xsl:use-package