Andreas Hartmann wrote:
You can implement a custom NodeFactory which returns custom Node objects.
You don't even have to use sources but can implement arbitrary node
classes, e.g. Node.getInputStream() and Node.getOutputStream() can
use arbitrary files to store the content, depending on the source URI.
Why does a node have to use InputStream and OutputStream? I can understand it is ideal for File IO, but if you were to implement a different repository, would it be possible to create a RepositorySource which returned XML documents directly to cocoon?

Michael R

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to