[Bug 2343] Syntax for @mode and @exclude-result-prefixes ins't alligned

http://www.w3.org/Bugs/Public/show_bug.cgi?id=2343

           Summary: Syntax for @mode and @exclude-result-prefixes ins't
                    alligned
           Product: XPath / XQuery / XSLT
           Version: Working drafts
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: XSLT 2.0
        AssignedTo: mike@saxonica.com
        ReportedBy: sdubinets@hotmail.com
         QAContact: public-qt-comments@w3.org


Value space of both attributes is the same (with the difference that missing
mode means #default). But:

   mode=” #all ” – Valid
   mode=” ” – Invalid 

while 

   exclude-result-prefixes=” #all ” – Invalid
   exclude-result-prefixes=” ” – Valid 

It'd be better to have compatible behavior and simular wording.

Relative topics: extension-element-prefixes and xsl:strip-space

Received on Friday, 14 October 2005 22:19:34 UTC