RE: XML file

2003-06-12 Thread I-Lin Kuo
I am getting an xml page back but it is not the same as what I would see. What is happening is that I have a login form that submits to this page. In this page I run a query to validate login. In the xml that I get back I am seeing invalid login but in the actual html that is produced the login

RE: XML file

2003-06-12 Thread I-Lin Kuo
Tuohy [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: RE: XML file Date: Thu, 12 Jun 2003 15:10:55 +1200 I didn't realise you were debugging the result of a form. To select a view, you have to pass the view name in the URL, e.g. http://localhost/login?cocoon-view=debug

RE: XML file

2003-06-11 Thread Conal Tuohy
http://wiki.cocoondev.org/Wiki.jsp?page=DebuggingWithViews -Original Message- From: Tim Bachta [mailto:[EMAIL PROTECTED] Sent: Thursday, 12 June 2003 10:10 a.m. To: [EMAIL PROTECTED] Subject: XML file Is there a way/place to view the xml file that is created from my xsp.

RE: XML file

2003-06-11 Thread Tim Bachta
Tuohy [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 5:10 PM To: [EMAIL PROTECTED] Subject: RE: XML file http://wiki.cocoondev.org/Wiki.jsp?page=DebuggingWithViews -Original Message- From: Tim Bachta [mailto:[EMAIL PROTECTED] Sent: Thursday, 12 June 2003 10:10 a.m. To: [EMAIL

RE: XML file

2003-06-11 Thread Conal Tuohy
PROTECTED] Subject: RE: XML file I tried this and it does not work for me. It shows me the xml but it does not run the query correctly so I am not getting the same info that I am getting on a regular view. Is there another way

RE: XML file

2003-06-11 Thread Tim Bachta
the login is validated. That is why I am saying the xml does not match up. Tim Bachta (913)693-0538 Office (913)486-5213 Mobile -Original Message- From: Conal Tuohy [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 9:49 PM To: [EMAIL PROTECTED] Subject: RE: XML file Try posting