how can I redirect my Result ? Using fp tag

2001-06-25 Thread Gustavo Mejia
Hi, sorry for the troubles but I am here again ! Could somebody tell how can I use FP tags in order to save my XML resulted from query ?  Here my code.   xmlns:fp="http://apache.org/cocoon/XSP/FP/1.0"   xmlns:request="http://www.apache.org/1999/XSP/Request"   xmlns:xsp="http://www.apache.org/1

how can I redirect my Result ? Using fp tag

2001-06-25 Thread Gustavo Mejia
Hi, I am still trying to save my XML to a file, I am using fp tags, here I am trying to get and to save the field empno from the employee table, I need just exactly the same thing that I got in my browser, but now in a file (including the tags that describe the information of the field), but it d

Re: how can I redirect my Result ? Using fp tag

2001-06-26 Thread Gustavo Mejia
Hello !! Anybody read my message ?? any idea ?? please, I need your help !! I still trying but I don't get it ! Gustavo !   Gustavo Mejia wrote: Hi, I am still trying to save my XML to a file, I am using fp tags, here I am trying to get and to save the field empno from the employee table, I need

Re: how can I redirect my Result ? Using fp tag

2001-06-26 Thread Gustavo Mejia
HELLO, I know, here Gustavo the trouble, jeje.. well, here you have a small java code that helps to access and save the query result, mm.. well you can access any URL, but it help me for my intentions, I had to do this because I couldn't use fp tag. import java.io.*; import java.net.*; public cla