RE: Unusual behaviour with xsp-uti:include-uri/

2003-06-06 Thread Geissel, Adrian
this upto now). Any ideas? To help with this, attached is a more detailed stack-trace. Much appreciated. /Adrian -Original Message- From: Geissel, Adrian Sent: Thursday 05 June 2003 09:51 To: [EMAIL PROTECTED] Subject: Unusual behaviour with xsp-uti:include-uri/ Hi, I wanted

Re: Unusual behaviour with xsp-uti:include-uri/

2003-06-06 Thread Berin Loritsch
Geissel, Adrian wrote: Hi, Firstly, I should have mentioned that we're running Cocoon 2.0.4 Now for some more information - and it's really bizarre! The stylesheet query-to-options.xsl contains two comments before the first element: one for the copyright, and one explaining its purpose.

RE: Unusual behaviour with xsp-uti:include-uri/

2003-06-06 Thread Geissel, Adrian
From: Berin Loritsch [mailto:[EMAIL PROTECTED] Sent: Thursday 05 June 2003 17:21 snip/ You are probably the victim of an XML parser getting more strict with the XML spec. Having comments outside the root element of a document is _not_ well formed, and any XML parser is free to reject

Re: Unusual behaviour with xsp-uti:include-uri/

2003-06-06 Thread Martin Holz
Berin Loritsch [EMAIL PROTECTED] writes: You are probably the victim of an XML parser getting more strict with the XML spec. Having comments outside the root element of a document is _not_ well formed, and any XML parser is free to reject that. If you move those comments INSIDE the root

Re: Unusual behaviour with xsp-uti:include-uri/

2003-06-06 Thread Geoff Howard
At 11:51 AM 6/5/2003, you wrote: Berin Loritsch [EMAIL PROTECTED] writes: You are probably the victim of an XML parser getting more strict with the XML spec. Having comments outside the root element of a document is _not_ well formed, and any XML parser is free to reject that. If you move

Unusual behaviour with xsp-uti:include-uri/

2003-06-05 Thread Geissel, Adrian
Hi, I wanted to check with the list before posting the following as a bug: I'm using the following construct in an XSP to read the select-list values from a database. select xsp-util:include-uri href=cocoon:/query/all/id_lookup.options/ /select The sitemap fragment handling this does