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=12726>.
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=12726

[PATCH] Patch which implements pipeline-hints syntax

           Summary: [PATCH] Patch which implements pipeline-hints syntax
           Product: Cocoon 2
           Version: Current CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


This patch implements the pipeline-hints syntax as follows:

A hints attribute has one or more comma separated hints
  hints-attr :: hint [ ',' hint ]*
  A hint is a name and an optional (string) value
  If there is no value, it is considered as boolean string "true"
  hint :: literal [ '=' litteral ]
  literal :: <a character string>

This will allow for pipeline-hints (within statements) like:
hint="pofiling, caching-point={cache}, someFeatureOn=true"

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to