Talk:XSLT PI Parameters: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:


:I don't think so, as this is just a proposal for implementation, not something that we already implement. --[[User:Asqueella|Nickolay]] 04:13, 24 March 2006 (PST)
:I don't think so, as this is just a proposal for implementation, not something that we already implement. --[[User:Asqueella|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'
--[[User:Asouzis|Asouzis]] 10:51, 24 March 2006 (PST)

Latest revision as of 18:51, 24 March 2006

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)