You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/apis/migration-api-whats-new.md
+19-4Lines changed: 19 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -18,14 +18,29 @@ Check here to see what features or updates have been added to the Migration API.
18
18
19
19
## Encoding invalid XML characters
20
20
21
-
When invalid XML characters are detected in relevant fields, they're encoded. For any attribute that is XML encoded, decoding is needed for the value. Encoded fields are included in **EncodedAttributes**, in a comma-separated attribute list.
21
+
When invalid XML characters are detected in relevant fields, they're encoded. For any attribute that is XML encoded, decoding is needed for the value. Encoded fields are included in `EncodedAttributes`, in a comma-separated attribute list.
22
+
23
+
**Example**
22
24
23
-
**Example**</br>
24
25
In this example, these attributes are encoded: URL, ParentWebURL, Name, and Version.
0 commit comments