> In JSP you can do this:
>         <xsl:apply xsl="/xsl/programcalendar_xml.xsl">
>         <programdata>
>         <%= ServletCaller.get("getcalendarXML",props)
> %>
>         <%= ServletCaller.get("getprogram",props) %>
>         </programdata>
>         </xsl:apply>
>

Do

Execute ({inputfile => 'my.xml', recipe => 'EmbperlLibXSLT',
xsltstylesheet => 'posts.xsl'})

and my.xml contains

         <programdata>
         [- Execute ("getcalendarXML") -]
         [- Execute ("getprogram") -]
         </programdata>


if the xmls files doesn't contain any Embperl command you may want to change
the Execute calls to

         [- Execute ({inputfile => "getcalendarXML", syntax => 'Text'}) -]

to avoid missinterpretation of the content

Hope this helps

Gerald



-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to