[Mono-list] Re: Mono-list digest, Vol 1 #544 - 3 msgs

Paulo Pinto paulo.pinto@altitude.com
Fri, 11 Oct 2002 11:19:07 +0100


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 <miguel@ximian.com>
> To: mono-list@ximian.com, Adam Treat <manyoso@yahoo.com>
> 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.
>