Re: including a static XML file in the return from my sql call?

2003-07-01 Thread Joerg Heinicke
Have a look on the output of the render-logic5.xsl transformation. You have maybe kicked the sql:* elements out of your XML. Joerg Paul Tomsic wrote: I'm trying to import a static XML file into the results of my SQL call. Here's my sitemap.

including a static XML file in the return from my sql call?

2003-06-30 Thread Paul Tomsic
I'm trying to import a static XML file into the results of my SQL call. Here's my sitemap.xmap block: and ins

RE: XML file

2003-06-12 Thread I-Lin Kuo
MAIL 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-vi

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-11 Thread Conal Tuohy
mailto:[EMAIL PROTECTED] > Sent: Thursday, 12 June 2003 2:55 p.m. > To: [EMAIL PROTECTED] > Subject: RE: XML file > > > >label="debug1"/> > > > > > > > the view element looks just like the site. I am getting an xml pag

RE: XML file

2003-06-11 Thread Tim Bachta
To: [EMAIL PROTECTED] Subject: RE: XML file Try posting the pipeline from your sitemap, so we can see what you have done, and get an idea of what is going wrong. Otherwise we are just guessing. Cheers! Con > -Original Message- > From: Tim Bachta [mailto:[EMAIL PROTECTED]

RE: XML file

2003-06-11 Thread Conal Tuohy
; To: [EMAIL 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 re

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

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 th

XML file

2003-06-11 Thread Tim Bachta
Is there a way/place to view the xml file that is created from my xsp. Thank you Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: I want to delete a node in XML file.

2003-06-11 Thread bosspring 2
Hi Joerg, thank you for your idea!! If I do this sollution, after my XML file will have multiple tags empty ,no?? But, I must have the transformer Write Source for this application,no?? I'm sorry, my English... :( _ Dale r

Re: I want to delete a node in XML file.

2003-06-11 Thread Joerg Heinicke
You can use XSLT and a identity transformation http://www.w3.org/TR/xslt#copying adding a special template handling : Joerg bosspring 2 wrote: Hi all !!! I´m trying to delete a simple node in a XML file, but... how??? Perhaps, I cant to use Source Writing Transformer and replace the node

I want to delete a node in XML file.

2003-06-11 Thread bosspring 2
Hi all !!! I´m trying to delete a simple node in a XML file, but... how??? Perhaps, I cant to use Source Writing Transformer and replace the node by nothing, but Miguel Ángel [EMAIL PROTECTED] http://www.w3.org/1999/xlink"; xlink:href="XML/interpretes.xml#xpointe

Re: How to serialize a XML file to disk?

2003-03-25 Thread joaocesar
thanks :) I'm trying to use sourcewrite with XSP here is the source: ( i'm getting to variable termo the query parameter from form, then I'll merge the term with a search URL, fetch the XML data and put it into the source:fragment down there) http://apache.org/xsp";> String termo = request.g

Re: RE : How to serialize a XML file to disk?

2003-03-24 Thread Joerg Heinicke
003 19:15 À : [EMAIL PROTECTED] Objet : How to serialize a XML file to disk? Hi all :) We're doing a college work on cocoon and xml harvester potencial, and we would like to know if we can grab a given XML file (on the web) to a location on harddisk for a repository then work with it.. TIA --

RE : How to serialize a XML file to disk?

2003-03-24 Thread Laurent Trillaud
-Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : samedi 22 mars 2003 19:15 À : [EMAIL PROTECTED] Objet : How to serialize a XML file to disk? Hi all :)   We're doing a college work on cocoon and xml harvester potencial, and we would like to know if we

Re: How to serialize a XML file to disk?

2003-03-23 Thread Guido Casper
If you are using 2.1 CVS, have a look at the SourceWritingTransformer. http://localhost:/api/java/index.html It does what you ask for IIUC. HTH Guido -- Open Source Group == Guido Casper, S&N AG, Klingenderstrasse 5, D-33100 Paderborn Tel:+49-52

Re: How to serialize a XML file to disk?

2003-03-22 Thread Ryan Hoegg
the new id grabbed ( that corresponds to the new XML created). TIA - Original Message - From: "Charles Yates" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 22, 2003 5:04 PM Subject: Re: How to serialize a XML file to disk? Cocoon is a server appl

Re: How to serialize a XML file to disk?

2003-03-22 Thread Charles Yates
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 22, 2003 5:04 PM Subject: Re: How to serialize a XML file to disk? Cocoon is a server application, what you have described is a http client application. Cocoon does have http client functionality and you can customize i

Re: How to serialize a XML file to disk?

2003-03-22 Thread Scherler
day, March 22, 2003 5:04 PM Subject: Re: How to serialize a XML file to disk? Cocoon is a server application, what you have described is a http client application. Cocoon does have http client functionality and you can customize it all you like, so the answer to your question is yes, but from

Re: How to serialize a XML file to disk?

2003-03-22 Thread joaocesar
t;[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 22, 2003 5:04 PM Subject: Re: How to serialize a XML file to disk? > Cocoon is a server application, what you have described is a http > client application. Cocoon does have http client functionality and you &g

Re: How to serialize a XML file to disk?

2003-03-22 Thread Charles Yates
. Charles [EMAIL PROTECTED] wrote: Hi all :) We're doing a college work on cocoon and xml harvester potencial, and we would like to know if we can grab a given XML file (on the web) to a location on harddisk for a repository then work with it..

How to serialize a XML file to disk?

2003-03-22 Thread joaocesar
Hi all :)   We're doing a college work on cocoon and xml harvester potencial, and we would like to know if we can grab a given XML file (on the web) to a location on harddisk for a repository then work with it..   TIA      

AW: Include content of another (non-xml) file into an XSP

2002-12-13 Thread Marco Rolappe
. Dezember 2002 14:27 An: [EMAIL PROTECTED] Betreff: Include content of another (non-xml) file into an XSP Hi, I'm looking for a way to include the complete content of a text file into an XSP page. This is an example page : http://apache.org/xsp"; xmlns:

Include content of another (non-xml) file into an XSP

2002-12-12 Thread Yves Vindevogel
Hi, I'm looking for a way to include the complete content of a text file into an XSP page. This is an example page : http://apache.org/xsp"; xmlns:esql="http://apache.org/cocoon/SQL/v2"; xmlns:xsp-request="http://apache.org/xsp/request/2.0";

sendRedirect in xml file

2002-12-09 Thread 1 1
hI § In my jsp files, when i do a sendRedirect, i have the folowing error "SAXParseException: The root element is required in a well-formed document", because Cocoon 2.01 wait a xml document instead of a redirect (code 302). I try to put some action or matcher in the pipeline to redirect on a new

Re: Caching XML file

2002-11-20 Thread Kamal Shah
Hi, I have a 16MB XML file. I want to know how to cache it. It is used in the generator. 1. Do i need to restart tomcat once i change the cocoon.xconf file 2. Does the generator need additional paramerters? 3. Is there anything wrong with cocoon.xconf I tried the standard things that I found

initialize a java variable with an xml file tag's value

2002-10-09 Thread Gabor Bartha
Hi, I wanna use a (maybe little bit extreme) solution but I don't know how. I want to make a single config file for users then use that file in the application. The config.xml file e.g oracle.jdbc.OracleDriver jdbc:oracle:thin:@192.168.0.115:1521:OEMMY scott tiger mytable Then i

RE: how to write data to the XML file which the data is read from ?

2002-09-18 Thread Ryan Agler
IL PROTECTED] Subject: Re: how to write data to the XML file which the data is read from ? funing wrote: >Hi! all: > I am a newbie on cocoon and xsp. I want to know if it is possible >to write data to the XML file which the data is read from. That means, >I can get some data from a

Re: how to write data to the XML file which the data is read from?

2002-09-18 Thread Vadim Gritsenko
funing wrote: >Hi! all: > I am a newbie on cocoon and xsp. I want to know if it is possible >to write data to the XML file which the data is read from. That means, >I can get some data from a xml file, and transform it to a html and >present it to a user. The user may change th

how to write data to the XML file which the data is read from ?

2002-09-18 Thread funing
Hi! all: I am a newbie on cocoon and xsp. I want to know if it is possible to write data to the XML file which the data is read from. That means, I can get some data from a xml file, and transform it to a html and present it to a user. The user may change the data. How can I save the changes

Re: Editing xml-file with cocoon, how?

2002-07-27 Thread Michael Wechner
orm Editor, > or Callisto CMS, which is based on AxKit, but has also an Editor based > on XML and XSLT. > > All the best > > Michael > > > > [EMAIL PROTECTED] wrote: > >> Hello! >> >> I want to load an xml-file into the browser, edit it (adding, deleting

Re: Editing xml-file with cocoon, how?

2002-07-27 Thread Michael Wechner
Maybe you want to check out Wyona (based on Cocoon), which has a prototype of a generic Form Editor, or Callisto CMS, which is based on AxKit, but has also an Editor based on XML and XSLT. All the best Michael [EMAIL PROTECTED] wrote: >Hello! > >I want to load an xml-file into th

Editing xml-file with cocoon, how?

2002-07-27 Thread c-i-e
Hello! I want to load an xml-file into the browser, edit it (adding, deleting, changing elements), and transform the edited xml-file with xsl to html. Does someone know, how this problem could be solved with cocoon? Maybe with JSP or XSP? Maybe there is already software/code which goes in this

RE: creating pipeline output for XML File viewable with IE browser

2002-07-16 Thread Kulkarni, Mohan (GEL, MSX)
I guess your serialize type should be xml not html in your map. -Original Message- From: Earl Bingham [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 5:30 PM To: [EMAIL PROTECTED] Subject: creating pipeline output for XML File viewable with IE browser I was having difficulty

RE: creating pipeline output for XML File viewable with IE browser

2002-07-16 Thread Hunsberger, Peter
> I was having difficulty constructing a map entry that will display XML > output within the IE browser. It sounds like you have two separate problems: > In which I receive a cocoon error message > within Tomcat 4.0.1 web server. What's the error message? > In which I have the following i

creating pipeline output for XML File viewable with IE browser

2002-07-16 Thread Earl Bingham
I was having difficulty constructing a map entry that will display XML output within the IE browser. In which I receive a cocoon error message within Tomcat 4.0.1 web server. In which I have the following in a sitemap file: test.xml --- John Jacob Joseph test.xsl ---

(now found at: http://www.superlinksoftware.com/gnumeric-xml.pdf)Re: Fw: HSSF-Gnumeric XML file format - Unreachable URL, did anyone downloadpreviously?

2002-07-10 Thread Andrew C. Oliver
D]> >To: <[EMAIL PROTECTED]> >Sent: Wednesday, July 10, 2002 11:50 AM >Subject: Fw: HSSF-Gnumeric XML file format - Unreachable URL, did anyone >download previously? > > > > >>Hi Lorenzo, >> >>Here is the file ... >> >>I cannot post

Re: R: HSSF-Gnumeric XML file format - Unreachable URL, did anyonedo wnload previously?

2002-07-10 Thread Andrew C. Oliver
o 2002 11.50 >A: [EMAIL PROTECTED] >Oggetto: Fw: HSSF-Gnumeric XML file format - Unreachable URL, did anyone >download previously? >Priorità: Alta > > >Hi Lorenzo, > >Here is the file ... > >I cannot post it to the mailing list as the server does not accept large &g

R: HSSF-Gnumeric XML file format - Unreachable URL, did anyone download previously?

2002-07-10 Thread Lorenzo De Sio
Thanks to Denis Thierry and Jens Lorenz for sending me the file! L. -Messaggio originale- Da: Denis [mailto:[EMAIL PROTECTED]] Inviato: mercoledì 10 luglio 2002 11.50 A: [EMAIL PROTECTED] Oggetto: Fw: HSSF-Gnumeric XML file format - Unreachable URL, did anyone download previously

HSSF-Gnumeric XML file format - Unreachable URL, did anyone download previously?

2002-07-10 Thread Lorenzo De Sio
Hi all, I found an old posting with pointers to documentation about the Gnumeric XML file format, which is the one used by the HSSF serializer. One link concerned a PDF file contained "detailed notes on the XML file format used by Gnumeric", at the following URL: ftp://www.jrefine

RE: Problems with parsing output from XML file WITHOUT spaces

2002-07-03 Thread Argyn Kuketayev
it's not a problem. it's how it works. > -Original Message- > From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 03, 2002 12:20 PM > To: [EMAIL PROTECTED] > Subject: Problems with parsing output from XML file WITHOUT spaces > > >

Problems with parsing output from XML file WITHOUT spaces

2002-07-03 Thread Sascha Kulawik
Ive a XSP file with some kind of those arguments: After getting the output serialized though my XSLT like this: ../messagetopics/forum.xsp?id= There are always spaces between the id= and the value. This is an example: forum.xsp?id=%201%20 If i will create the XSP file like this: (wi

RE: ProcessingException on xml file

2002-05-16 Thread Vadim Gritsenko
> From: Pete Carapetyan [mailto:[EMAIL PROTECTED]] > > This is the error I am getting, while attempting to transform an xml file and > display it as html: > -- > The org.apache.cocoon.www.file_.C_.dev.webapps.cocoon.sitemap_xm

ProcessingException on xml file

2002-05-16 Thread Pete Carapetyan
This is the error I am getting, while attempting to transform an xml file and display it as html: -- The org.apache.cocoon.www.file_.C_.dev.webapps.cocoon.sitemap_xmap notifies that org.apache.cocoon.ProcessingException says: Could not read resource [file

RE: Multiple independent XSLT transforms applied to one XML file.

2002-04-30 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 30.Apr.2002 -- 04:17 PM, Fabricio Chalub wrote: > > > you can add any number of transformations. just add another > > > transformer line > > > to your pipeline with the second stylesheet. > > > > Thanks! I have tried this and it appears to

Re: Multiple independent XSLT transforms applied to one XML file.

2002-04-30 Thread Christian Haul
On 30.Apr.2002 -- 04:17 PM, Fabricio Chalub wrote: > > you can add any number of transformations. just add another > > transformer line > > to your pipeline with the second stylesheet. > > Thanks! I have tried this and it appears to me that only the last XSLT > transform is applied. I guess I

RE: Multiple independent XSLT transforms applied to one XML file.

2002-04-30 Thread Fabricio Chalub
> you can add any number of transformations. just add another > transformer line > to your pipeline with the second stylesheet. Thanks! I have tried this and it appears to me that only the last XSLT transform is applied. I guess I am not using the sitemap corretly, then? This is what am I usin

Re: Multiple independent XSLT transforms applied to one XML file.

2002-04-30 Thread Christian Haul
oon (possibly through the sitemap), how do I process a XML file > that combines two different DTDs with two *separate* XSLT transforms? Or > even using a single combined DTD, in which but a part of it goes to one XSLT > file and part is processed by another XSLT file. you can add any n

RE: Multiple independent XSLT transforms applied to one XML file.

2002-04-30 Thread Fabricio Chalub
> > Have you considered using xsl:include or xsl:import in your XSLT > stylesheets? > True, that would be one solution, but I *really* wanted to keep the XSLT files as independent as possible and centralize this kind of configuration on the sitemap (otherwise on the long run I would have dozens

Re: Multiple independent XSLT transforms applied to one XML file.

2002-04-30 Thread Erwin
(possibly through the sitemap), how do I process a XML file > that combines two different DTDs with two *separate* XSLT transforms? Or > even using a single combined DTD, in which but a part of it goes to one XSLT > file and part is processed by another XSLT file. > > --- > H

Multiple independent XSLT transforms applied to one XML file.

2002-04-30 Thread Fabricio Chalub
Hello, I suppose this is the kind of email that possibly reflects a deep misunderstanding of the basic principles on which Cocoon relies. If that is the case, just warn me. ;) The simple question is: Using Cocoon (possibly through the sitemap), how do I process a XML file that combines two

Re: pdf transformation and xml file sizes

2002-04-18 Thread J.Pietschmann
caleb racey wrote: > What factors limit the size of xml file you can transform to pdf? There are several. However, you seem to have quite another problem: > er: javax.xml.transform.TransformerException: java.io.IOException: > Connection reset by peer You appear to read something

Re: pdf transformation and xml file sizes

2002-04-16 Thread Carolien
Erwin wrote: > On Tue, 16 Apr 2002, Lajos Moczar wrote: > > > In my experience, it is memory that is the key factor. Running with > > 512MB allocated to the JVM, I can produce 53 pages of PDF, but no more. > > I would have thought that SAX-based processing would allow you to > > process as much a

Re: pdf transformation and xml file sizes

2002-04-16 Thread Erwin
On Tue, 16 Apr 2002, Lajos Moczar wrote: > In my experience, it is memory that is the key factor. Running with > 512MB allocated to the JVM, I can produce 53 pages of PDF, but no more. > I would have thought that SAX-based processing would allow you to > process as much as you want, but obviously

Re: pdf transformation and xml file sizes

2002-04-16 Thread Lajos Moczar
eliminates this advantage. Regards, Lajos galatea.com caleb racey wrote: > What factors limit the size of xml file you can transform to pdf? > > I'm testing out one of my pipelines that generates simple pdf from an > xml file. When using a small (2kb) xml file it all works fine

pdf transformation and xml file sizes

2002-04-16 Thread caleb racey
What factors limit the size of xml file you can transform to pdf? I'm testing out one of my pipelines that generates simple pdf from an xml file. When using a small (2kb) xml file it all works fine but as I begin to paste more (valid) xml into the file it stops working (at about 23k). Th

RE: Error when XML file for a map:part is absent.

2002-03-27 Thread Vadim Gritsenko
You should write error handler. See samples sitemap and sub sitemap. Vadim > From: Olivier Rossel [mailto:[EMAIL PROTECTED]] > > I make a map:aggregate with two XML files. > > If both files are ok, the output is ok. > > If one file is missing, half the output is an exception (a FileNotFound >

Error when XML file for a map:part is absent.

2002-03-27 Thread Olivier Rossel
I make a map:aggregate with two XML files. If both files are ok, the output is ok. If one file is missing, half the output is an exception (a FileNotFound exception). Most of the time, displaying an exception is bad. So I would like the "erroneous" map:part simply be ignored, and the correct

RE: how to tell Cocoon2 to read the xsl-file from the xml-file

2002-03-25 Thread Vadim Gritsenko
> From: Falko Zurell [mailto:[EMAIL PROTECTED]] > > Hi, > > I try to configure an Cocoon2 the way the old Cocoon1 seems to work. > > I have an XML-File with the tag: > > href="../xsl/docbook-xsl-1.49/html/docbook.xsl"?> > > which should tell the

how to tell Cocoon2 to read the xsl-file from the xml-file

2002-03-25 Thread Falko Zurell
Hi, I try to configure an Cocoon2 the way the old Cocoon1 seems to work. I have an XML-File with the tag: which should tell the Cocoon where to find the XSL-File and an Tag to really start the Transformation. But this doesn't seem to work with Cocoon2. Has anyone an idea h

Create a xml file newly after getting user data.

2002-03-19 Thread Sreenivasan N.
Hi all Can any one help me out in creating an XML document in cocoon. The files has to be generated newly and then data has to get appended in some form. I do not know java. Kindly give me a step by step instruction for configuration the cocoon to do this job. With regards vasan. "Att

Re: Include XML file

2002-03-07 Thread Donald Ball
On Thu, 7 Mar 2002, Stefano Bonnin wrote: > I'd like to include an XML document inside another. With C1 I used > util:include-file tag, but now, it (seems) doesn't work. > > How can I do this? you can use the xinclude or cinclude transformers, you can use the sitemap's aggregation features, or y

AW: Include XML file

2002-03-07 Thread Axel Honfi
-Ursprüngliche Nachricht- Von: Stefano Bonnin [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 07. März 2002 14:07 An: [EMAIL PROTECTED] Betreff: Include XML file Hi, I'd like to include an XML document inside another. With C1 I used util:include-file tag, but now, it (seems) do

Include XML file

2002-03-07 Thread Stefano Bonnin
Hi, I'd like to include an XML document inside another. With C1 I used util:include-file tag, but now, it (seems) doesn't work. How can I do this? Which is the better way? Thanks to all. --- Outgoing mail is certified Virus Free. (CopyRight FLASHH!) Checked by AVG anti-virus system (http:/

RE: Dynamically passing different xml file to cocoon.

2002-02-11 Thread Vadim Gritsenko
> From: Anil_Kandula [mailto:[EMAIL PROTECTED]] > > Hi All, > CocoonServlet actually reads the xml file to be converted from > sitemap.xmap. Is there any way to dynamically pass a different xml file to > CocoonServlet everytime. Can you elaborate a bit more on this? I do

Dynamically passing different xml file to cocoon.

2002-02-10 Thread Anil_Kandula
Hi All, CocoonServlet actually reads the xml file to be converted from sitemap.xmap. Is there any way to dynamically pass a different xml file to CocoonServlet everytime. Thanks in advance for any response. Thanks & Regards, An

AW: How can get the xml-file which cocoon produces...

2002-01-15 Thread Jörn Heid
PROTECTED]] Gesendet: Dienstag, 15. Januar 2002 11:13 An: '[EMAIL PROTECTED]' Betreff: RE: How can get the xml-file which cocoon produces... > From: Jörn Heid [mailto:[EMAIL PROTECTED]] > > 1. Use a stylesheet and an html serializer > 2. Don't use a stylesheet und use the

RE: How can get the xml-file which cocoon produces...

2002-01-15 Thread Morrison, John
he can't, if you read the message again he's still using C1 :) > -Ursprüngliche Nachricht- > Von: Schroeter Christian [mailto:[EMAIL PROTECTED]] > Gesendet: Dienstag, 15. Januar 2002 11:09 > An: [EMAIL PROTECTED] > Betreff: How can get the xml-file which

AW: How can get the xml-file which cocoon produces...

2002-01-15 Thread Jörn Heid
endet: Dienstag, 15. Januar 2002 11:09 An: [EMAIL PROTECTED] Betreff: How can get the xml-file which cocoon produces... ...and what must i do to: * display it in the browser (eg. MSIE) * sent it so that the browser would save it as an file * sent it as an eMail (eg as an attachment) at the moment

How can get the xml-file which cocoon produces...

2002-01-15 Thread Schroeter Christian
...and what must i do to: * display it in the browser (eg. MSIE) * sent it so that the browser would save it as an file * sent it as an eMail (eg as an attachment) at the moment i use cocoon 1.8.2 but i think about to change to cocoon2 cu, Christian -

How can get the xml-file which cocoon produces...

2002-01-15 Thread Schroeter Christian
...and what must i do to: * display it in the browser (eg. MSIE) * sent it so that the browser would save it as an file * sent it as an eMail (eg as an attachment) at the moment i use cocoon 1.8.2 but i think about to change to cocoon2 cu, Christian

Re: Get a xml file from a query

2001-11-27 Thread Sidharth
Subject: Get a xml file from a query Hi, I've a question: Now I've made a xml query in a database msql (with sql params), the queries are in a xml file, but I would to get another xml file with the results of the queries. That's possible? How can I do this ?

Get a xml file from a query

2001-11-27 Thread Ferran Urgell
Hi, I've a question: Now I've made a xml query in a database msql (with sql params), the queries are in a xml file, but I would to get another xml file with the results of the queries. That's possible? How can I do this ? Thanks FerranDo You Yahoo!? Yahoo! GeoCities - quick an

C2: FO example with XML file

2001-10-22 Thread Mark S. Kent
I'm migrating from my C1 tests to C2 and attempting to get my previously working FO (PDF) examples to work. I had a namespace defined in my C1 file that the C2 serializer doesn't like: code: http://www.w3.org/1999/XSL/Transform";> error: FOTreeBuilder: Unknown formatting object http://www.w3.or

RE: Doesn't anyone know how to get the date of a requested XML-File ?

2001-09-06 Thread Bentley, Tim
t the path - consult a good servlet reference for that. Regards, Tim bentley > -Original Message- > From: Christofer Dutz [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, 5 September 2001 11:46 PM > To: [EMAIL PROTECTED] > Subject: Doesn't anyone know how to get the d

RE: get xml-file into a xsp

2001-09-06 Thread JEULIN Olivier
> but what i now need, is a xsp-function, which gets the content of an > xml-file (because i want to select something before > formatting it in an > xsl). read the samples in your 'samples/xinclude/' distribution of cocoon (this path is for C1, but I guess there

get xml-file into a xsp

2001-09-05 Thread Thomas Hofer
gets the content of an xml-file (because i want to select something before formatting it in an xsl). should look like this: authors.xml (has the data of some authors) authors.xsp (gets the authors with id=1 and id=2) and forwards the xml-tags and content of these authors authors.xsl (formats the

Doesn't anyone know how to get the date of a requested XML-File ?

2001-09-05 Thread Christofer Dutz
Hi again, sorry for posting this thing over and over again, but I simply never get a reply. I want to automaticaly display the date a requested XML-File that was requested was last modified. I think this type of action should occur quite frequently, so I hope one of you has an Idea how to

Re: Calling an XML file from an XSP page

2001-08-06 Thread SoftLiban ITANI Mohamed
( "file.xml", objectModel ) ) ); Could I call a jsp file instead of file.xml and pass it some parameters?? Itani Yasir Khalil Al Masri wrote: > Hello, > > I'm tring in one of the XSP pages

Re: Calling an XML file from an XSP page

2001-07-23 Thread Davanum Srinivas
- Original Message - > From: Davanum Srinivas <[EMAIL PROTECTED]> > Date: Monday, July 23, 2001 3:23 pm > Subject: Re: Calling an XML file from an XSP page > > > Try this. See util.xsl and XSPUtil.java for the sources. > > > > Thanks, > > dims > >

Re: Calling an XML file from an XSP page

2001-07-23 Thread Yasir Khalil Al Masri
hing to do? Thank you again - Original Message - From: Davanum Srinivas <[EMAIL PROTECTED]> Date: Monday, July 23, 2001 3:23 pm Subject: Re: Calling an XML file from an XSP page > Try this. See util.xsl and XSPUtil.java for the sources. > > Thanks, > dims > >

Re: Calling an XML file from an XSP page

2001-07-23 Thread Davanum Srinivas
bjectModel ) ) ); --- Yasir Khalil Al Masri <[EMAIL PROTECTED]> wrote: > Hello, > > I'm tring in one of the XSP pages to call an XML file that resides on > my machine. It came to me that as you can call

Calling an XML file from an XSP page

2001-07-21 Thread Yasir Khalil Al Masri
Hello, I'm tring in one of the XSP pages to call an XML file that resides on my machine. It came to me that as you can call an image by mapping it through: you can do the same for the XML files: Now in one of the XSP files, I'm doing this: InputSource input = new I

[C2] including in a xml file the result of a xsp file

2001-06-28 Thread Orgalist
for example, i'd like to include in index.xml the code source of plan.xml obtained by by using view-source.xsp with "plan.xml" as parameter. Is it possible to do something like this : ? thks C. de Corbier - Please check tha

Re: passing parameter from XML file to another XML file

2001-06-21 Thread Matteo Colombo
>hi >i'm using 2 XML files, the first one checking the user >name and password from a Database using ESQL, then >sending the corresponding parameters of that user to >the other XML file to be displayed according to these >parameters. my problem now is how to pass these &g

passing parameter from XML file to another XML file

2001-06-20 Thread Mohamed Ramzy
hi i'm using 2 XML files, the first one checking the user name and password from a Database using ESQL, then sending the corresponding parameters of that user to the other XML file to be displayed according to these parameters. my problem now is how to pass these parameters without using UR

Re: passing parameters from XML file to XML file

2001-06-20 Thread matthieu VIDAL
Hi what's a parameter for a XML ? Are you talking about XSP request parameters ? or ? - Original Message - From: Mohamed Ramzy <[EMAIL PROTECTED]> To: Cocoon list <[EMAIL PROTECTED]> Sent: Wednesday, June 20, 2001 12:21 AM Subject: passing parameters from XML file t

passing parameters from XML file to XML file

2001-06-19 Thread Mohamed Ramzy
hi i'm trying to pass parameters from XML file to another XML file, i've checked the FAQ, but all what i found is to pass through URL,but i want to pass a lot of parameters without using URL, please i need help in how to do that, i'm using linux redhat 6.1, Cocoon 1.8.2, Apach