Re: Reading Third Party XML Using Generator

florent andré <[email protected]> Fri, 06 May 2011 14:15:04 +0200
Newsgroups gmane.comp.cms.lenya.user
Message-ID <[email protected]>
Hi,

Use the include / cinclude transformer : 
http://cocoon.apache.org/2.1/userdocs/cinclude-transformer.html

It's work very well and you have many configuration options.

HTH.

On 05/06/2011 10:16 AM, Brijesh wrote:
> Hi All
>
> I have also tried and i can not see anything in the logs.
>
> Below is the match pattern
>
> <map:match pattern="test.html">
> <map:generate src="http://abc.xyz.co.uk/test.xml"/>
> <map:serialize type="xml"/>
> </map:match>
>
> Please anyone give the solution.
>
> Regards
> Brijesh
>
> On Thursday 05 May 2011 08:51 PM, Gaurav Kalia wrote:
>>> a) Use the XML in pipelines – easy:
>>> <map:generate src="http://…"/>
>>
>> I have tried this but i did not get anything. I have checked the logs
>> as well and i can not see any exception.
>>
>> May be i am missing something, will recheck and try to debug.
>>
>> Regards
>> Gaurav
>>
>>
>> On Thursday 05 May 2011 07:09 PM, Andreas Hartmann wrote:
>>> Hi Gaurav,
>>>
>>> Am 05.05.11 10:40, schrieb Gaurav Kalia:
>>>> I want to read an XML which is a part of some other application. I have
>>>> the HTTP URL for the XML document.
>>>>
>>>> What i want to achieve here is -- Read the XML and want to add the
>>>> content to my own application.
>>>
>>> what exactly do you want to achieve?
>>>
>>> a) Use the XML in pipelines – easy:
>>> <map:generate src="http://…"/>
>>>
>>> b) Use the XML as if it was a Lenya document:
>>> For this purpose I would consider creating a custom resource type
>>> which stores only the external URI and includes the content using the
>>> Cocoon include transformer.
>>>
>>> HTH,
>>>
>>> -- Andreas
>>>
>>>
>>>
>>
>>
>
>
> --
> Thanks & Regards
>
> Brijesh Mishra
> Web Developer