Ah whoops..

I forgot to mention we're at Cocoon 1.x. I"m looking into Cocoon 2.0,
but came across questions/problems... I may continue that route since I
found this list.

I tried from command line, and it was able to load it up fine. 

What's a good stable version of Cocoon 2 to use? The version I was
trying with was missing batik libraries.

Thanks.

Manish

On Wed, 2002-09-04 at 14:13, Ilya A. Kriveshko wrote: Sorry, that entity
thing just went waaay over my head. I guess I'm the meat and potatoes
guy when it comes to XML. Is it possible that when you add up all the
entities together you end up with illformed XML?

Have you tried invoking XSL/T from the command line? That may give you a
better description of the error.

Unless you modified the WEB-INF/logkit.xconf the logs should be in
WEB-INF/logs. In my experience, sitemap.log is where majority of errors
end up, but some make it to other files as well. I made a habit of
always "tail -f"-ing the sitemap.log in a terminal window - it helps.

Sorry I couldn't be more helpful.
--
Ilya

Manish Shah wrote:

    Hey Ilya,
    
    I posted my xml file. Let me post my XSL file. There are include in the
    file, used as entities. Let me know if any/all of these should be posted
    as well.
    
    Also, is there a Cocoon log?
    
    Manish
    
    On Wed, 2002-09-04 at 13:44, Ilya A. Kriveshko wrote:
      
        Don't forget that the XML that is produced by the transformation also 
        has to be well-formed. It is possible that your source XML and XSL are 
        well-formed but the output XML isn't. Make sure that you don't produce 
        several root tags in the output and that you don't output plain 
        character data before or after the root element.
        If this doesn't help, do you care to post your files?
        --
        Ilya
        
        Abhishek Goel wrote:
        
            
            your xml is not well formed..
            
            Manish Shah wrote:
            
             
            
                  
                Hello all,
                
                I am getting the following exception when trying to do a xml/xsl
                transformation. The XML and XSL are correct. Anyone know why else it
                would be happening?
                
                Thanks.
                
                Manish
                
                rg.xml.sax.SAXParseException: The root element is
                required in a well-formed document.
                       at
                
org.apache.cocoon.parser.AbstractParser.fatalError(AbstractParser.java:105)
                       at
                org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1037)
                       at
                
org.apache.xerces.framework.XMLDocumentScanner.reportFatalXMLError(XMLDocumentScanner.java:625)
                       at
                
org.apache.xerces.framework.XMLDocumentScanner$PrologDispatcher.endOfInput(XMLDocumentScanner.java:943)
                       at
                
org.apache.xerces.framework.XMLDocumentScanner.endOfInput(XMLDocumentScanner.java:417)
                       at
                
org.apache.xerces.validators.common.XMLValidator.sendEndOfInputNotifications(XMLValidator.java:565)
                       at
                
org.apache.xerces.readers.DefaultEntityHandler.changeReaders(DefaultEntityHandler.java:1026)
                       at
                
org.apache.xerces.readers.XMLEntityReader.changeReaders(XMLEntityReader.java:168)
                       at
                
org.apache.xerces.readers.AbstractCharReader.changeReaders(AbstractCharReader.java:150)
                       at
                
org.apache.xerces.readers.AbstractCharReader.skipPastSpaces(AbstractCharReader.java:364)
                       at
                
org.apache.xerces.framework.XMLDocumentScanner$PrologDispatcher.dispatch(XMLDocumentScanner.java:896)
                       at
                
org.apache.xerces.framework.XMLDocumentScanner.parseSome(XMLDocumentScanner.java:380)
                       at
                org.apache.xerces.framework.XMLParser.parse(XMLParser.java:900)
                       at
                org.apache.cocoon.parser.XercesParser.parse(XercesParser.java:85)
                       at
                org.apache.cocoon.parser.AbstractParser.parse(AbstractParser.java:83)
                       at
                
org.apache.cocoon.producer.AbstractProducer.getDocument(AbstractProducer.java:97)
                       at org.apache.cocoon.Engine.handle(Engine.java:359)
                       at org.apache.cocoon.Cocoon.service(Cocoon.java:183)
                       at
                com.orionsupport.cocoon.CocoonServlet.service(CocoonServlet.java:73)
                       at
                javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
                
                ---------------------------------------------------------------------
                Please check that your question  has not already been answered in the
                FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
                
                To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
                For additional commands, e-mail:   <[EMAIL PROTECTED]>
                   
                
                ---------------------------------------------------------------------
                Please check that your question  has not already been answered in the
                FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
                
                To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
                For additional commands, e-mail:   <[EMAIL PROTECTED]>
                
                        
        ---------------------------------------------------------------------
        Please check that your question  has not already been answered in the
        FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
        
        To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
        For additional commands, e-mail:   <[EMAIL PROTECTED]>
        
        
            
      
    
    ____________________________________________________________________
    ]>  profilers/common/css/cie_profiler.css
    
    multipart/form-data
    profilers/agent/jsp/agentProfiler.jsp?currentCategory=&listingID=&editID=
     
    &error; 
    Items marked with an * are
    required fields. 
    &nav; &help; &navButtons; 

    
    
    
    ____________________________________________________________________
    ---------------------------------------------------------------------
    Please check that your question  has not already been answered in the
    FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>
    
    To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
    For additional commands, e-mail:   <[EMAIL PROTECTED]>




---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to