I am not a great expert of XSLT but I do have some experience with it. I keep my web site source files in XML/XSLT. :)
If you want an hand with it I might try to help. -- Paulo Pinto ----- Original Message ----- > Message: 3 > From: Miguel de Icaza <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED], Adam Treat <[EMAIL PROTECTED]> > Organization: > Date: 10 Oct 2002 22:15:08 -0400 > Subject: [Mono-list] Help needed with XSLT transformations (documentation browser) > > > --=-93fHrr0xP5IDF4e1jqbG > Content-Type: text/plain > Content-Transfer-Encoding: 7bit > > Hello guys, > > I was going to do this manually, but the more code I wrote, the more > I realized that this is the kind of thing that should really be done > with Xslt. But I do not know Xslt, nor "better practices" with Xslt, > and I fear that this will have a fair amount of duplication. > > I have attached the ECMA documentation for Type.xml, the idea of > what I want to achieve is to process the XML document and extract a > number of things from it: > > * The type page, something like: > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/ frlrfsystemtypeclasstopic.asp > > * The methods page, something like: > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/ frlrfSystemTypeMethodsTopic.asp > > * The fields page, something like: > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/ frlrfSystemTypeFieldsTopic.asp > > * The properties page, something like: > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/ frlrfSystemTypePropertiesTopic.asp > > Then the tricky ones, given a member (field, property, method, > constructor, operator, do not worry about matching the method signature > correctly, we will figure that out later), render the page with the > data. > > This is a sample for the property: > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/ frlrfsystemtypeclassassemblytopic.asp > > Can someone help? > > Miguel. > _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
