Hi,
i'm trying to use .net framework classes in xslt files. It is no problem for me to write extensions methods in c# in the xslt files and use them but i can't figure out how to use framework classes directly.
I'll try to use something like that:
Code:<xsl:value-of select="customns:System.Environment.OSVersion.VersionString"/>
Does anybody know how to do this?