Skip to content

Commit 83a39d4

Browse files
authored
Merge pull request #7452 from TerryGLee/tglee-patch
change XSLT Profiler article to VS-2017 only
2 parents b4364cd + 5d1108c commit 83a39d4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/xml-tools/xslt-profiler.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,30 @@
22
title: XSLT performance
33
description: Learn about the XSLT Profiler in Visual Studio that creates detailed XSLT performance reports to help you optimize the performance of your XSLT code.
44
ms.custom: SEO-VS-2020
5-
ms.date: 03/05/2019
5+
ms.date: 11/11/2020
66
ms.topic: conceptual
77
ms.assetid: 87387c9a-2e89-4801-ad51-83740cd6ea25
88
author: TerryGLee
99
ms.author: tglee
1010
manager: jillfra
1111
ms.workload:
1212
- multiple
13+
monikerRange: vs-2017
1314
---
1415
# The XSLT Profiler
1516

1617
The XSLT Profiler creates detailed XSLT performance reports that help measure, evaluate, and target performance-related problems in XSLT code. The XSLT Profiler includes useful hints for XSL and XSLT style sheet optimizations. For XSLT applications that demand maximum performance, this tool can be essential.
1718

1819
The XSLT Profiler is part of Visual Studio and is available on the **XML** menu.
1920

20-
![XSLT Profiler](../xml-tools/media/profile-xslt-menu.png)
21+
![XSLT Profiler](../xml-tools/media/profile-xslt-menu.png "Screenshot of the XML menu items in Visual Studio 2017")
2122

2223
> [!NOTE]
23-
> The XSLT Profiler is only available in the Enterprise edition of Visual Studio.
24+
> The XSLT Profiler is only available in the Enterprise edition of Visual Studio 2017.
2425
2526
## Create a performance report
2627

27-
1. Open an XSLT document in Visual Studio.
28+
1. Open an XSLT document in Visual Studio 2017.
2829

2930
2. On the menu bar, choose **XML** > **Profile XSLT**.
3031

0 commit comments

Comments
 (0)