Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ms.assetid: 76ee440b-d134-4f8f-8262-b917ad6dcbf6
# How to: Perform an XSLT transformation by using an assembly

> [!NOTE]
> Script blocks are supported only in .NET Framework. They are _not_ supported on .NET Core or .NET 5 or later.
> Script blocks and the XSLT compiler are supported only in .NET Framework. They are _not_ supported on .NET, and assemblies compiled using xsltc.exe cannot be referenced in .NET. For more information about .NET and .NET Framework, see [Introduction to .NET - .NET ecosystem](../../../core/introduction.md#net-ecosystem).

The XSLT compiler (xsltc.exe) compiles XSLT style sheets and generates an assembly. The assembly can be passed directly into the <xref:System.Xml.Xsl.XslCompiledTransform.Load(System.Type)?displayProperty=nameWithType> method.

Expand Down
Loading