RE: output XML

2002-11-26 Thread Shaw, Chris
Thanks for the reply. Unfortunately, there are 2 problems. First, the name of the xml file is not known, so the generator has to go figure it out, open it and the output it. The second problem is that I need to wrap it with other XML tags Any other thoughts? Thanks Chris -=-=-= -Original

Re: output XML

2002-11-26 Thread Bertrand Delacretaz
On Tuesday 26 November 2002 10:00, Shaw, Chris wrote: . . . Is it possible to have a generator that opens an XML file and outputs it quite simply 'as is' ? . . . I'm not sure if I understand your problem, why not simply use the FileGenerator together with the XML serializer? Or the CInclude

Re: output XML

2002-11-26 Thread Ludovic de Beaurepaire
Hi, I have such a thing written at the moment but when I use contentHandler.characters(..) then all the XML tags get escaped into lt; and gt; tags! Please read the previous thread... Ludovic - Original Message - From: Shaw, Chris [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday,

RE: output XML

2002-11-26 Thread Shaw, Chris
a Generator? but it kinda made sense since that I want to generate XML. Chris -=-=-= -Original Message- From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]] Sent: Tuesday 26 November 2002 10:52 To: [EMAIL PROTECTED] Subject: Re: output XML On Tuesday 26 November 2002 10:00, Shaw, Chris

Re: output XML

2002-11-26 Thread Bertrand Delacretaz
(please use reply-to if possible when replying to mailing lists messages) On Tuesday 26 November 2002 11:04, Shaw, Chris wrote: . . . I simply want to open one (or more) XML files - the names of which are not known to the sitemap (not even available client-side), the file names have to be

Re: output XML

2002-11-26 Thread Ludovic de Beaurepaire
Sorry, The previous title is Inserting XML String, if u want to insert your XML from a XSP. Ludovic - Original Message - From: Shaw, Chris [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, November 26, 2002 10:56 AM Subject: RE: output XML previous thread? sorry the previous

RE: output XML

2002-11-26 Thread Shaw, Chris
(please use reply-to if possible when replying to mailing lists messages) ugh? I just simply replied to the mail - there were no other options, what do you mean? CInclude is not yet on my 'explored' list. But in a nuthsell you auto-generate an xml file which then lists which xml files you want

Re: output XML

2002-11-26 Thread Bertrand Delacretaz
On Tuesday 26 November 2002 11:43, Shaw, Chris wrote: . . . CInclude is not yet on my 'explored' list. But in a nuthsell you auto-generate an xml file which then lists which xml files you want to include, which is then sent back to Cocoon to process? That's it. If this is the case then I

Re: output XML

2002-11-26 Thread Bertrand Delacretaz
On Tuesday 26 November 2002 14:36, Shaw, Chris wrote: . . . Can someone in the know point me to the 'how to write a serializer' documentation? . . . I don't think there are specific docs on this yet but you might find the following pages helpful:

RE: output XML

2002-11-26 Thread Shaw, Chris
Delacretaz [mailto:[EMAIL PROTECTED]] Sent: Tuesday 26 November 2002 14:49 To: [EMAIL PROTECTED] Subject: Re: output XML On Tuesday 26 November 2002 14:36, Shaw, Chris wrote: . . . Can someone in the know point me to the 'how to write a serializer' documentation? . . . I don't think there are specific

Re: output XML

2002-11-26 Thread Joerg Heinicke
:[EMAIL PROTECTED]] Sent: Tuesday 26 November 2002 10:52 To: [EMAIL PROTECTED] Subject: Re: output XML On Tuesday 26 November 2002 10:00, Shaw, Chris wrote: . . . Is it possible to have a generator that opens an XML file and outputs it quite simply 'as is' ? . . . I'm not sure if I understand