We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f5b1f commit 6755f06Copy full SHA for 6755f06
docs/standard/linq/use-xslt-transform-xml-tree.md
@@ -9,7 +9,7 @@ ms.assetid: 373a2699-d4c5-471b-9bda-c1f0ab73b477
9
---
10
# Use XSLT to transform an XML tree (LINQ to XML)
11
12
-You can use XSLT to transform an XML tree, using <xref:System.Xml.XmlReader> to read and <xref:System.Xml.XmlWriter> to write.
+You can use XSLT to transform an XML tree, using <xref:System.Xml.XmlReader> to read and <xref:System.Xml.XmlWriter> to write.
13
14
## Example: Use XSLT to transform an XML tree, using `XMLReader` to read and `XMLWriter` to write
15
0 commit comments