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 2002/03/01 09:08:35 UTC

DO NOT REPLY [Bug 6779] New: - does not expand contents to valid java string

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

<esql:query> does not expand contents to valid java string

           Summary: <esql:query> does not expand contents to valid java
                    string
           Product: Cocoon 2
           Version: Current CVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: general components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: lavoro@arsenio.net


<esql:query> does not expands special java characters such as " into equivalent 
sequence \". So if you cannot do:

<esql:query>SELECT * FROM "Foo_Fee"</esql:query>

because the string is expanded to:

"SELECT * FROM "Foo_Fee""

and not to: "SELECT * FROM \"Foo_Fee\""

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org