Re: SAXParseException

2002-09-05 Thread Joerg Heinicke
There are multiple possibilities, at least using sitemap aggregation, document() in XSL or cinclude/xinclude-transformer. And I would avoid using naming conflicts (i.e. the file extension of included code snippets should not be "xsl"). Regards, Joerg Manish Shah wrote: > The problem is that

Re: SAXParseException

2002-09-04 Thread Manish Shah
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 versio

Re: SAXParseException

2002-09-04 Thread Ilya A. Kriveshko
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 descri

Re: SAXParseException

2002-09-04 Thread Manish Shah
The problem is that the entities are code snippets, not full xsl documents. Is it possible to import just code snippets other ways? I'm attaching an example of an include. On Wed, 2002-09-04 at 13:55, Joerg Heinicke wrote: > You're including the XSLs via entities? Why? It's really a very bad >

Re: SAXParseException

2002-09-04 Thread Joerg Heinicke
You're including the XSLs via entities? Why? It's really a very bad approach!! There exist some things like or . Regards, Joerg 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

Re: SAXParseException

2002-09-04 Thread Manish Shah
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 prod

Re: SAXParseException

2002-09-04 Thread Ilya A. Kriveshko
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 bef

Re: SAXParseException

2002-09-04 Thread Abhishek Goel
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 elemen

SAXParseException

2002-09-04 Thread Manish Shah
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.coco

SAXParseException in Xscript and Soap sample

2002-02-04 Thread LEUZINGER Claude (DSIT-EX)
Hello, I try the Xscript and Soap sample, and i have this error message in the form : SOAP Stock Quote Example 1 The stock price for HWP is org.xml.sax.SAXParseException: The markup in the document preceding the root element must be well-formed. Can anybody hel

Re: SAXParseException in C1.8.2 using Websphere 3.5.4

2001-09-07 Thread Jack Hirasawa
s, Jack >From: Berin Loritsch <[EMAIL PROTECTED]> >To: Jack Hirasawa <[EMAIL PROTECTED]> >Subject: Re: SAXParseException in C1.8.2 using Websphere 3.5.4 >Date: Fri, 07 Sep 2001 13:08:46 -0400 > >Jack Hirasawa wrote: > > > > Berin, > > > >

Re: SAXParseException in C1.8.2 using Websphere 3.5.4

2001-09-07 Thread Jack Hirasawa
ering to? Thanks Jack >From: Berin Loritsch <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: SAXParseException in C1.8.2 using Websphere 3.5.4 >Date: Fri, 07 Sep 2001 11:18:26 -0400 > >Jack Hirasawa wrote: > > > > H

Re: SAXParseException in C1.8.2 using Websphere 3.5.4

2001-09-07 Thread Berin Loritsch
Jack Hirasawa wrote: > > Hi cocoon-users! > > I recently installed cocoon 1.8.2 on Websphere 3.5.4 using the install > script. I had to fix cocoon.java so it would get the file cocoon.properties > instead of a resource. I was able to successfully get the Cocoon.xml page > to display. When I t

SAXParseException in C1.8.2 using Websphere 3.5.4

2001-09-07 Thread Jack Hirasawa
Hi cocoon-users! I recently installed cocoon 1.8.2 on Websphere 3.5.4 using the install script. I had to fix cocoon.java so it would get the file cocoon.properties instead of a resource. I was able to successfully get the Cocoon.xml page to display. When I tried to display the index.xml pag

SAXParseException in Cocoon 1.8.2 with WebSphere 3.5.4

2001-09-06 Thread Jack Hirasawa
Hi There! I've recently installed Cocoon on WebSphere 3.5.4 using the install script and when I try to display the index.xml file in the samples directory I get the following: org.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed. at