....How would you see us handling the example:
<tr> <td>xsp-request:get-session-attribute</td> <td></td> <td>no</td> <td>Gets a given attribute of a session.</td> </tr>
I guess if we marked it with <tr deprecated-see=""> that would do?
yes, then in the XSLT transforms the attribute can be inherited using an ancestor::* XPath, which shouldn't be too slow in the kinds of documents that we have (as I don't think the nesting is very deep).
This would allow such a table to be marked as deprecated with just one attribute.
-Bertrand
