Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit cfeeb3d

Browse files
committed
add note
1 parent 32c35f4 commit cfeeb3d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

src/pages/migration.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,23 @@ namespace BT
4545
These changes can be disabled while compiling BT.CPP with the CMake option __USE_V3_COMPATIBLE_NAMES__.
4646
:::
4747

48+
## XML
49+
50+
You should add the attribute `BTCPP_format` to the \<root> tag of your XML:
51+
52+
Before:
53+
```xml
54+
<root>
55+
```
56+
57+
Now:
58+
```xml
59+
<root BTCPP_format="4">
60+
```
61+
62+
This will allow us to be compatible
63+
with both versions 3 and 4 (in future releases, not yet).
64+
4865
## SubTree and SubTreePlus
4966

5067
The deafault **SubTree** in 3.X has been deprecated and

0 commit comments

Comments
 (0)