Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 43212 invoked from network); 20 Apr 2005 16:34:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Apr 2005 16:34:57 -0000 Received: (qmail 99381 invoked by uid 500); 20 Apr 2005 13:41:38 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 99323 invoked by uid 500); 20 Apr 2005 13:41:38 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 99306 invoked by uid 99); 20 Apr 2005 13:41:37 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: error (hermes.apache.org: local policy) Received: from static-151-196-62-224.balt.east.verizon.net (HELO smtp.area403.org) (151.196.62.224) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 20 Apr 2005 06:41:37 -0700 Received: from matt by smtp.area403.org with local (Exim 4.43) id 1DOFfL-0002Mj-Ob for users@cocoon.apache.org; Wed, 20 Apr 2005 08:54:55 -0500 Date: Wed, 20 Apr 2005 08:54:55 -0500 From: "Matt P." To: users@cocoon.apache.org Subject: soap, xml stream Message-ID: <20050420135455.GB9006@hippo.area403.org> Reply-To: matt@area403.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-OS: Linux hippo 2.6.10-gentoo-r4 User-Agent: Mutt/1.5.8i Sender: X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello all, I've gone back in the archive for about 2 years, and didn't find a satisfying answer. If it's out there, please point it out. I have a c++ application, that consumes and produces xml. The xml output is serialized (char*). That's the legacy I have to work with. My problem is finding the way(s) to make this output available to a pipeline. I have been successful at creating pieces of pipeline to create an input form, flow the output into a soap envelope, have the soap processed, and the return soap document transformed to extract the xml output of my application. cool, so i have this xml string/stream, that doesn't tickle the xsl transformer who only responds to sax. I can serialize it instead to an xml, and put this into a pipeline named e.g. match="output.xml", but how can i use in another part of the sitemap? I've looked at STX, but we're talking about a big document, and i don't really want to reimplement a stylesheet that's already there. I've looked at stream generators, but i have still a little newbie head, and I can't see how it would fit. TIA, Matt This doesn't work: --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org