Re: Writing nodes with xsp

2003-06-16 Thread Holger Dewes
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: Custom Generators - SAX

2003-06-16 Thread Holger Dewes
r = org.xml.sax.helpers.XMLReaderFactory.createXMLReader(); xr.setContentHandler(this.contentHandler); String result = ...; xr.parse(new org.xml.sax.InputSource(result.getBytes()); } This should do the trick. You might have to specify the character encoding when converting t

Sunshine-Portal request handling

2003-06-06 Thread Holger Dewes
that seems crude. Is there a better way to do this? Are the parameters somewhere else, where I haven't been looking? Any help is greatly appreciated. Cheers! -- Holger Dewes - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi