Re: Read XML from DB

2004-08-12 Thread Edward Rayl
Stephan, In addition to the other comments, if you are using Oracle, you also have the choice of having Oracle generate the XML straight from a database query. Take a look at: http://download-west.oracle.com/docs/cd/B14117_01/appdev.101/b10794/adx01bas.htm#sthref60 Ed -

Re: Read XML from DB

2004-08-12 Thread Olivier Billard
Some doc in the javadoc : http://cocoon.apache.org/2.1/apidocs/org/apache/cocoon/components/source/impl/BlobSource.html Stephan Coboos wrote: Olivier Billard wrote: Hi Stefan, You can use the FileGenerator with the blob: pseudoprotocol : Ahh, that looks good. Thank you. Is it documented so

Re: Read XML from DB

2004-08-12 Thread Stephan Coboos
Olivier Billard wrote: Hi Stefan, You can use the FileGenerator with the blob: pseudoprotocol : Ahh, that looks good. Thank you. Is it documented somewhere? I'havent found this protocol on the Cocoon websites. Only cocoon:/ aso. are explained there. ---

Re: Read XML from DB

2004-08-12 Thread Olivier Billard
Hi Stefan, You can use the FileGenerator with the blob: pseudoprotocol : HTH, -- Olivier Billard Stephan Coboos wrote: Hello, is there a generator (or other component) available, which reads a textfield (contains wellformed xml) form a db (relational, oracle) and includes the text as xml

Re: Read XML from DB

2004-08-12 Thread gounis
i use esql for that look at esql:get-xml -- stavros a code snip: hotpoints SELECT * FROM tblTextBlocks WHERE id_TextBlocks=

Read XML from DB

2004-08-12 Thread Stephan Coboos
Hello, is there a generator (or other component) available, which reads a textfield (contains wellformed xml) form a db (relational, oracle) and includes the text as xml into the pipeline? Thank you. Regards Stephan - To unsubsc