Re: Can a Transformer include multiple HTML documents?

2001-12-20 Thread Bertrand Delacretaz
On Thursday 20 December 2001 08:05, Bartomeu Adrover wrote: Hello, my idea is: create n pipelines that acces to the url's and get html documents into xhtml. After that create an pipeline that include all this sources: Thanks for the idea - it will work if you have a known set of HTML URLs to

Re: Can a Transformer include multiple HTML documents?

2001-12-20 Thread Berin Loritsch
Bertrand Delacretaz wrote: On Thursday 20 December 2001 08:05, Bartomeu Adrover wrote: Hello, my idea is: create n pipelines that acces to the url's and get html documents into xhtml. After that create an pipeline that include all this sources: Thanks for the idea - it will work if you

RE: Can a Transformer include multiple HTML documents?

2001-12-20 Thread david . greaves
Message- From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]] Sent: 20 December 2001 07:17 To: [EMAIL PROTECTED] Subject: Re: Can a Transformer include multiple HTML documents? On Thursday 20 December 2001 08:05, Bartomeu Adrover wrote: Hello, my idea is: create n pipelines that acces

Re: Can a Transformer include multiple HTML documents?

2001-12-20 Thread David Rosenstrauch
I would guess you can do it in an XSP page. DR At 08:16 AM 12/20/01 +0100, you wrote: On Thursday 20 December 2001 08:05, Bartomeu Adrover wrote: Hello, my idea is: create n pipelines that acces to the url's and get html documents into xhtml. After that create an pipeline that include all

Can a Transformer include multiple HTML documents?

2001-12-19 Thread Bertrand Delacretaz
Is it possible for a standard Transformer (XSLT? CInclude?) to retrieve multiple HTML documents based on a dynamically-built list of URLs? I'm thinking of the following scenario, but I'm not sure how to implement 2. 1. Generator + Transformer build an XML document containing a list of http

Re: Can a Transformer include multiple HTML documents?

2001-12-19 Thread Bartomeu Adrover
Hello, my idea is: create n pipelines that acces to the url's and get html documents into xhtml. After that create an pipeline that include all this sources: For all urls: map:match pattern=url1 map:generate src=http://www.myurl.com/PredINM; type=html/ map:serialize type=xml/