On Dec 1, 2006, at 12:51 PM, Goetzmann Bertrand wrote:

Another question : in my sitemap.xmap I have a pipeline containing a matcher that generates an XML document (by the XML serializer) ; and I would want a way to send this result to another matcher that will take this document by a generator to do another transformation. It's seems I need to use the stream generator, but I will approciate an example or indication.

Maybe you have the tail wagging the dog... :-)

Think "pull", not "push".

You've got this XML from the first pipeline, and now you want to "send it to another matcher". But what would this second matcher match on?

I could be wrong, but I am going to guess this is something for which StreamGenerator is the wrong direction to look... Can you give some more concrete example of what you're trying to achieve?

cheers,
—ml—

Reply via email to