You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/02/01 04:39:06 UTC

DO NOT REPLY [Bug 26572] New: - docs refer to "" instead of ""

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26572>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26572

docs refer to "<xsl:test>" instead of "<xsl:choose>"

           Summary: docs refer to "<xsl:test>" instead of "<xsl:choose>"
           Product: Cocoon 2
           Version: 2.1
          Platform: All
               URL: http://cocoon.apache.org/2.1/userdocs/selectors/selector
                    s.html
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Documentation
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: lars@huttar.net


The Cocoon 2.1 docs at
http://cocoon.apache.org/2.1/userdocs/selectors/selectors.html describe
selectors as follows:
'By extension, consider selectors to have all the power of an "if-else if-else"
or "switch-case" constructs. The selector syntax should be familiar to anyone
who uses XSLT's <xsl:test> statement.'

This should probably read
    '... XSLT's <xsl:choose> statement.'
There is no <xsl:test> statement.