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 24237 - XTSE1560 definition should include suppress-indentation as exception
Summary: XTSE1560 definition should include suppress-indentation as exception
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XSLT 3.0 (show other bugs)
Version: Last Call drafts
Hardware: PC Windows NT
: P2 trivial
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: 2014-01-08 13:15 UTC by Abel Braaksma
Modified: 2014-02-24 15:54 UTC (History)
0 users

See Also:


Attachments

Description Abel Braaksma 2014-01-08 13:15:38 UTC
Editorial.

Currently, XTSE1560 is defined as follows:

"[ERR XTSE1560] It is a static error if two xsl:output declarations within an output definition specify explicit values for the same attribute (other than cdata-section-elements and use-character-maps), [...]"

With the new suppress-indentation attribute for xsl:output, this should probably become:

"[ERR XTSE1560] It is a static error if two xsl:output declarations within an output definition specify explicit values for the same attribute (other than cdata-section-elements, use-character-maps and suppress-indentation), "
Comment 1 Michael Kay 2014-01-13 20:54:32 UTC
I agree.
Comment 2 Michael Kay 2014-01-29 10:46:31 UTC
I have taken the liberty of fixing this as an editorial error, since the prose elsewhere is quite clear that suppress-indentation works in the same way as cdata-section-elements.