Talk:XSLT PI Parameters
From MozillaWiki
Shouldn't this go on devmo? --AxelHecht 03:30, 23 March 2006 (PST)
- I don't think so, as this is just a proposal for implementation, not something that we already implement. --Nickolay 04:13, 24 March 2006 (PST)
This seems unnecessarily verbose; by following the xmlns:prefix=value pattern multiple parameters and namespace mappings could be declared in one PI or just added as optional attributes to the xml-stylesheet PI. E.g.
param-value:name= 'value'
param-select:name = 'expression'
param-ns:prefix='namespaceuri'
--Asouzis 10:51, 24 March 2006 (PST)