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 2003/08/24 20:10:11 UTC

DO NOT REPLY [Bug 22682] New: - Unclosed token.

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

Unclosed token.

           Summary: Unclosed token.
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Minor
          Priority: Other
         Component: general components
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: bhtek@yahoo.com


After compiling fresh from CVS. One of the sample does not work.
On page [http://127.0.0.1:8888/samples/garbage/calc/],
I got this exception from Mozilla [XML Parsing Error: unclosed token
Location: http://127.0.0.1:8888/samples/garbage/calc/
Line Number 1, Column 1:
^].

Upon looking at the source generated, I found
[<?xml version="1.0">].

I looked at the source file [getNumberA.gt] it looks correct.
I looked at the xsl, it looks correct too. My guess is that
it might be in the org.apache.garbage.Processor, but I lack
the skill and understanding to go into it.

Thanks!