Re: output XML

2002-11-26 Thread Joerg Heinicke
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 wrote: . . . Is it p

RE: output XML

2002-11-26 Thread Shaw, Chris
: Bertrand 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? &g

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: http://xml.apache.org/cocoon/developing/ext

RE: output XML

2002-11-26 Thread Shaw, Chris
umentation is not easy, I even have the book but that doesn't help). Thanks Chris -=-=-= -Original Message- From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]] Sent: Tuesday 26 November 2002 12:00 To: [EMAIL PROTECTED] Subject: Re: output XML On Tuesday 26 November 2002 11:43, Sh

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 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 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 XM

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 f

RE: output XML

2002-11-26 Thread Shaw, Chris
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 your prob

RE: output XML

2002-11-26 Thread Shaw, Chris
er 2002 10:53 To: [EMAIL PROTECTED] Subject: Re: output XML Hi, >I have such a thing written at the moment but when I use >contentHandler.characters(..) then all the XML tags get escaped into < >and > tags! Please read the previous thread... Ludovic - Original Message

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 < >and > tags! Please read the previous thread... Ludovic - Original Message - From: "Shaw, Chris" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesda

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 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