Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 35b8e10

Browse files
addressing review comments -- my typo
1 parent 3c2bc51 commit 35b8e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/xml/insert-xml-dml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ GO
205205
```
206206

207207
### F. Inserting data using a CDATA section
208-
When you insert text that includes characters that are not valid in XML, such as < or >, you can use CDATA sections to insert the data as shown in the following query. The query specifies a CDATA section, but it is added as a text node with any invalid characters converted to entities. For example, `>` is saved as `&lt;`.
208+
When you insert text that includes characters that are not valid in XML, such as < or >, you can use CDATA sections to insert the data as shown in the following query. The query specifies a CDATA section, but it is added as a text node with any invalid characters converted to entities. For example, `<` is saved as `&lt;`.
209209

210210
```
211211
USE AdventureWorks;

0 commit comments

Comments
 (0)