Re: Web Publishing System...

2001-06-06 Thread paint007
The link on the page seems to be broken; I can't view your gif. Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Web Publishing System... hi Christopher,Donald Ball Thank for your reply, and i found the way to solve my problem. I have build a Coco

Re: Web Publishing System...

2001-06-05 Thread kokchoon
hi Christopher,Donald Ball Thank for your reply, and i found the way to solve my problem. I have build a Cocoon1.8 process flow, but still don't know is it correct or not, so really need you help for giving comment on the process flow. You may view the process flow at :http://www.webappcabaret.c

Re: Web Publishing System...

2001-06-05 Thread Donald Ball
On Mon, 4 Jun 2001 [EMAIL PROTECTED] wrote: > I am now planing a web publishing system using cocoon 1.8.2. I will > need more then one xml file input to be transformed with one xsl file. > But i am not sure is it posible ? And please tell me if you know the > solution. yes, easily, just use the

Re: Web Publishing System...

2001-06-05 Thread paint007
There are several ways to approach this, depending on your needs. 1. You can use the document() function in xsl to work on data from an xml file (other than the input). I have used this to pull from small static XML files that contain lookup information for conversions, and that sort of thing.