Re: XML Parsing + SAX

2003-06-20 Thread Brian Delahunty
ource(new StringReader("your special String!!"))); cheers gregori -Ursprüngliche Nachricht- Von: Brian Delahunty [mailto:[EMAIL PROTECTED] Gesendet am: Mittwoch, 18. Juni 2003 17:11 An: [EMAIL PROTECTED] Betreff: XML Parsing + SAX Hey, I have a String that contains an XML file

Re: XML Parsing + SAX

2003-06-20 Thread Brian Delahunty
vid" <[EMAIL PROTECTED]> wrote: > > Why don't you use a java.io.StringBufferInputStream? > > > > > > David > > > > -Mensaje original- > > De: Brian Delahunty [mailto:[EMAIL PROTECTED] > > Enviado el: miércoles, 18 de j

XML Parsing + SAX

2003-06-18 Thread Brian Delahunty
Hey,   I have a String that contains an XML file [not a URL/URI that points to an XML file but the actual XML itself].   I'm tying to use this string in a custom generator to produce sa exents. I'm using this code so far: XMLReader xmlr = XMLReaderFactory.createXMLReader();xmlr.setContentHan

Re: ComponentSelector could not find the component for hint [XML] ?

2003-06-18 Thread Brian Delahunty
Have you included the relevant files? [class files etc] - Original Message - From: "zze-MORY Nicolas FTRD/DMI/REN" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 18, 2003 1:08 PM Subject: ComponentSelector could not find the component for hint [XML] ? Anyone know thi

XSP Editors

2003-06-18 Thread Brian Delahunty
Anybody know of any good editors for XSP or if there are XSP plugins for Dreamweaver?    

Getting session object inside a custom generator

2003-06-18 Thread Brian Delahunty
Hey All,   I was just wondering if it is possible to get access to a users session object from within a custom generator?   Thanks   Brian Dela

Re: Custom Generators - SAX 2

2003-06-17 Thread Brian Delahunty
t: Tuesday, June 17, 2003 10:25 AM Subject: RE: Custom Generators - SAX 2 > > > > From: Brian Delahunty [mailto:[EMAIL PROTECTED] > > > > Hi (again), > > > > I asked a question yesterday about custom generators ad I'd like to > ask a similar questi

Custom Generators - SAX 2

2003-06-17 Thread Brian Delahunty
Hi (again),   I asked a question yesterday about custom generators ad I'd like to ask a similar question today.   If I have a URL to an XML page and I need to "pass it back" from the generator.     I'm using this code:   public class RSSGenerator extends AbstractGenerator {    public void g

Custom Generators - SAX

2003-06-16 Thread Brian Delahunty
Hi,   I'm not sure if this is where I should be asking this.   I'm writing a custom generator that needs to just return an XML document that's contained within a String. Now in the past I have used code like this [Simple Hello-World]: public class SMSGenerator extends AbstractGenerator {  

Re: Cocoon 2.1 M3-dev War file

2003-06-16 Thread Brian Delahunty
>Are you certain it is not creating a .war file? 100% certain. It just ain't creating one. - Original Message - From: "Geoff Howard" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 16, 2003 2:49 PM Subject: Re: Cocoon 2.1 M3-dev War file > The webapps directory is alwa

Cocoon 2.1 M3-dev War file

2003-06-16 Thread Brian Delahunty
On a windows system is it possible to get a war built using Cocoon 2.1 m3 ???   I've tried "build war", "build webapp", "build installwar" but I always end up with a webapps directory... I can just copy that into my server and it works but for redistribution between my work mates a plain war