文件最后提交记录最后更新时间
!969 readme修改、分布式计算器、分布式音乐crash问题修改 * update readme calc and musicplayer 3 年前
!879 README_zh整改 * update readme 3 年前
!513 更新根目录README和sample下的README Merge pull request !513 from gaohui/master 4 年前
!966 README整改 * update README_zh.md 3 年前
!549 900版本IDE对sample进行编译整改XmlTextConvert * 900 ide 4 年前
!549 900版本IDE对sample进行编译整改XmlTextConvert * 900 ide 4 年前
!837 ability,Account,AppSample,Basic,common 等适配arm64位系统版本 * 901适配second * 901适配 3 年前
README.md

XML Text Conversion

Introduction

This sample shows how to use XmlSerializer, XmlPullParser, and ConvertXML to generate an XML text, parse the XML text, and convert the XML text into a JavaScript object, respectively.

Usage

  1. Touch Xml Serializer to generate an XML text and display the text content in the text box above the button.

  2. Touch Xml Pull Parser to parse the preset XML text and display the parsed information in the text box above the button.

  3. Touch XML Convert to convert the preset XML text into a JavaScript object and display the object in the text box above the button.

Constraints

This sample can only be run on standard-system devices.