Skip to content

Commit 0e27ffd

Browse files
fixed markdown errors
This was a dupe of ef88e18... see that commit for comments
1 parent bb88d85 commit 0e27ffd

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

docs/apis/migration-api-whats-new.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,29 @@ Check here to see what features or updates have been added to the Migration API.
1818

1919
## Encoding invalid XML characters
2020

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**
2224

23-
**Example**</br>
2425
In this example, these attributes are encoded: URL, ParentWebURL, Name, and Version.
2526

2627
```xml
27-
<File Url="testlib_x002F_File_0905-1653-31240" Id="e72e2015-91a4-4d07-ae9a-7b6c76918d2a" ParentWebId="7206fc09-e4af-48b3-8730-ed7321396d7a" ParentWebUrl="_x002F_" Name="File_0905-1653-31240" ListItemIntId="3" ListId="48ea9454-9538-47ae-926d-917df80bc93e" ParentId="33ff2f12-c818-4c8d-8578-c6d057172fd8" ScopeId="385cd4d5-86da-4183-bdac-2e83da1b05fc" TimeCreated="2021-11-08T03:57:05" TimeLastModified="2021-01-17T16:01:48" Version="_x0031_.0" FileSize="1" Level="1" EncodedAttributes="Url,ParentWebUrl,Name,Version">
28-
``````
28+
<File Url="testlib_x002F_File_0905-1653-31240"
29+
Id="e72e2015-91a4-4d07-ae9a-7b6c76918d2a"
30+
ParentWebId="7206fc09-e4af-48b3-8730-ed7321396d7a"
31+
ParentWebUrl="_x002F_"
32+
Name="File_0905-1653-31240"
33+
ListItemIntId="3"
34+
ListId="48ea9454-9538-47ae-926d-917df80bc93e"
35+
ParentId="33ff2f12-c818-4c8d-8578-c6d057172fd8"
36+
ScopeId="385cd4d5-86da-4183-bdac-2e83da1b05fc"
37+
TimeCreated="2021-11-08T03:57:05"
38+
TimeLastModified="2021-01-17T16:01:48"
39+
Version="_x0031_.0"
40+
FileSize="1"
41+
Level="1"
42+
EncodedAttributes="Url,ParentWebUrl,Name,Version">
43+
```
2944

3045
>[!Warning]
3146
>If XSD is replied on to parse manifest files, parsing may fail when **EncodedAttributes** is used.

0 commit comments

Comments
 (0)