We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566c966 commit 3d85c5bCopy full SHA for 3d85c5b
README.md
@@ -233,14 +233,14 @@ This will result in:
233
```xml
234
<?xml version="1.0" encoding="UTF-8"?>
235
<root>
236
- <num_100>
+ <numeric_100>
237
<name>Vladimir</name>
238
<nickname>greeflas</nickname>
239
- </num_100>
240
- <num_200>
+ </numeric_100>
+ <numeric_200>
241
<name>Marina</name>
242
<nickname>estacet</nickname>
243
- </num_200>
+ </numeric_200>
244
</root>
245
```
246
0 commit comments