[Osr-101] Client side XSLT parameters

Andreas Wuest andreas.wuest at wyona.com
Fri Jul 13 11:35:21 CEST 2007


Hi

On 11.7.2007 16:03 Uhr, Michael Wechner wrote:

> Hi
> 
> At the Lenya hackathon Thomas suggested to introduce client side XSLT 
> parameters as by enhancing the introspection as follows:
> 
> <introspection>
> <resource>
>  <edit>
>    <style href="/foo/bar.xsl">
>       <parameter name="" value=""/>
>       ...
> 
> 
> I think that would make a lot of sense.

I agree.

 From a protocol perspective we have to be a bit cautious though. First 
of all, we have this <style> element. Is this XSL only, or do we want to 
use this for different things (e.g. CSS, etc.)?

If we exlusively want to use it for XSL, then I'm fine with the above. 
If we also want to use it for CSS, etc., then parameters might not make 
sense for certain styles.

But maybe we should simply introduce a @type attribute for the style, 
which tells us what kind of style it is. If there are parameters for a 
CSS style, then it is simply ignored by the client.

-- 
Kind regards,
Andi



More information about the Osr-101 mailing list