Translating XML from memory instead of disk

2001-12-20 Thread Bert Van Kets
Hi Cocooners, I'd like to create an HTML report from data stored in a database. If I create an XML document in memory, how do I go about having it translated with Cocoon2 to my HTML report? Do I need to create a generator, or can I just add something to the sitemap so that the source for the

Re: Translating XML from memory instead of disk

2001-12-20 Thread David Rosenstrauch
Since your requirement is only create an HTML report from data stored in a database I guess I'd suggest not creating an XML document in memory as that can be a bit of a space hog and inefficient. I'd prefer sticking with the SAX model that C2 uses. So in that spirit, I'd recommend this: 1)