Re: Extracting an XML subtree with a transformer

2002-04-10 Thread Cédric Damioli
Hi Olivier Olivier Rossel wrote: > I wish to extract the tag "/task/title" from my XML generated. > I think that using a XSL for that is a bit heavy, so I would like to use > an existing transformer. > > I tried FragmentExtractorTransformer, but I think the name > of the tag that is used for ext

Extracting an XML subtree with a transformer

2002-04-10 Thread Olivier Rossel
I wish to extract the tag "/task/title" from my XML generated. I think that using a XSL for that is a bit heavy, so I would like to use an existing transformer. I tried FragmentExtractorTransformer, but I think the name of the tag that is used for extraction must be declared not in the map:pipeli