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
<description>An in-depth look at creating applications with XML.</description>
193
+
</book>
194
+
</catalog>
195
+
````
196
+
197
+
would return:
198
+
199
+
```
200
+
IsValid: false
201
+
Error: The 'publish_date' element is invalid - The value '2002-09-24-9:00' is invalid according to its datatype 'http://www.w3.org/2001/XMLSchema:date' - The string '2002-09-24-9:00' is not a valid Date value.
202
+
```
203
+
117
204
### Xml.ConvertJsonToXml
118
205
119
206
This task takes JSON text and deserializes it into an xml text.
0 commit comments