(b) Parameter listing information
The parameter listing lives within a variable list, and information such as reference, type, and optional all live within the methodsynopsis. The idea is to have the parser extract the information from methodsynopsis and insert said information into the variable listing. The structure (afaict) is already in place so this may not be a holdup. I don't think we need to worry about dsssl/xslt for this, only livedocs, and worry about that later. Just so we agree that the current new doc format will do.
Ref: http://marc.theaimsgroup.com/?l=phpdoc&m=109278378703942
1. It needs to be docbook conformant. 2. It needs to be good to be used as a reference for the parameter listing.
I have not seen a proposal which fits with both criteria, or I have seriosly overlooked something.
Ehem, I seriosly overlooked something. The proposal in the mail you linked above seems to be doable with all systems (if we add a role attribute to the parameter listing section/list so it is selectable via XPath and livedocs can easier intercept what needs to be renders).
Goba