Skip to content

Commit 45c2b3a

Browse files
author
Schneider
committed
with-xmlnamespaces: fix typo
1 parent 14f98f9 commit 45c2b3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/t-sql/xml/with-xmlnamespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ DEFAULT <xml_namespace_uri>
8080

8181
- The XML namespace prefix `xsi` cannot be redeclared when the ELEMENTS XSINIL directive is being used on the query.
8282

83-
- It is not necesary to declare the 'http://www.w3.org/2001/XMLSchema-instance' to use xsi standard namespace. It is implicitly added by the XML/XPATH processor if not specified and xpath expressions can use the xsi prefix as long as the 'http://www.w3.org/2001/XMLSchema-instance' schema is properly declared in the xml document.
83+
- It is not necessary to declare the 'http://www.w3.org/2001/XMLSchema-instance' to use xsi standard namespace. It is implicitly added by the XML/XPATH processor if not specified and xpath expressions can use the xsi prefix as long as the 'http://www.w3.org/2001/XMLSchema-instance' schema is properly declared in the xml document.
8484

8585
- URI string values are encoded according to the current database collation code page and are internally translated to Unicode.
8686

0 commit comments

Comments
 (0)