[Bug 1227] New: Error in first example in 15.3?

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

           Summary: Error in first example in 15.3?
           Product: XPath / XQuery / XSLT
           Version: Last Call drafts
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLT 2.0
        AssignedTo: mike@saxonica.com
        ReportedBy: Norman.Walsh@Sun.COM
         QAContact: public-qt-comments@w3.org


The content model summary of xsl:analyze-string reads, in part:

  (xsl:matching-substring?, xsl:non-matching-substring?, xsl:fallback*)

But the first example in 15.3 uses:

  <xsl:analyze-string ...>
    <xsl:non-matching-substring>...</>
    <xsl:matchign-substring>...</>
  </>

Which is not technically allowed (as the child elements are in the wrong
order).

Received on Friday, 8 April 2005 10:36:27 UTC