[Mono-docs-list] XSL patch for versioning

Joshua Tauberer tauberer at for.net
Thu Jun 16 17:24:19 EDT 2005


Mike Kestner wrote:
>>dvp shouldn't depend on the Type/MemberSignature elements to find the 
>>nodes though, if that's the code you're referring to.
> 
> Why not?

It's not really guaranteed to have a certain form.  It should be just 
for display to the user (although monodoc uses it anyway to determine 
modifiers on members).  Things like spaces and semicolons could be 
changed in the future.

You should use GetMember(Type type, XmlElement member) to get the 
MemberInfo for each member node in the xml, and then to add since nodes 
to that as needed.

-- 
- Joshua Tauberer

http://taubz.for.net

** Nothing Unreal Exists **




More information about the Mono-docs-list mailing list