Hi:

I think you can see at the protal engine instead of using IFRAMES.

Best Regards,

Antonio Gallardo

beyaNet Consultancy dijo:
> Hi,
> I have a page structure that works on the following principal:
>
> <tr>
>       <!-- Menu Bar -->
>       <td>menu items go here</td>
>
>       <!-- Iframe - dynamic content -->
>       <td><iframe></td>
> </tr>
>
> In the iframe a document is loaded which makes image calls like so:
>
> <image src="frame/myname.jpg" /> which should match a map in my sitemap
> defined as:
>
>                       <map:match pattern="frame/*.jpg">
>                        <map:generate type="serverpages" src="xsp/svg.xsp">
>                               <map:parameter name="artistID" value="{1}"/>
>                        </map:generate>
>                               <map:serialize type="svg2jpeg"/>
>                       </map:match>
>
> For hours I could not get any images to load until I referenced the
> image calls as <image src="../../frame/myname.jpg" />. My question is,
> as every document loaded in a cocoon environment has to pass through
> the sitemap before it does anything, why doesn't <image
> src="frame/myname.jpg" /> work?
>
> many thanks in advance


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

Reply via email to