This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

SV: Web publishing using XML+XSL w/ procedure calls


Hi all,

Two of them come to my mind, cocoon and axkit, the latter is based on perl,
isn´t it? Later I´m installing cocoon web publisher to deliver content to
different devices. I´d thank any feedback about potential problems in the
installation. 
By the way, Semih, will you work with cocoon, finally?

Regards,

Juan

-----Ursprungligt meddelande-----
Från: Semih Hazar [mailto:semih.hazar@gaiax.com]
Skickat: jueves, 31 de enero de 2002 18:28
Till: xsl-list@lists.mulberrytech.com
Ämne: [xsl] Web publishing using XML+XSL w/ procedure calls


Hi,

I want to use an XML file like below to publish pages on internet:

<myml>
 <title>..</title>
  <body>
   <navigation>
    <link url="aaaa">....</link>
    ....
    </navigation>
   <section name="ssss">
    adadadasd <link url="ssss">...</link>
    ...
   </section>
 </body>
 <footer>Number of visitors: <myproc lib="mylib" proc="counter"/></footer>
</myml>

I want to first parse the xml w/ an XML parser and for each function call
(<myproc... />) call the appropriate function and replace that with the
result. Then transform the resulting XML with the XSL file.

Is there a publishing framework realizing this? I have seen Apache Cocoon
( their XSP). Are there any other things ?

Thank you



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]