tonyu

0.0.2 • Public • Published

tonyu -����-

This library is convert HTML to XML, be able to read by ( Haxe std library )Xml.

Usage

#!haxe
var html = "<p><strong id=abc><div id=100></strong></div></p>";
var tonyu = new Tonyu( html );
trace( tonyu.conv( ) );			// <p><strong id="abc"><div id="100"></div></strong></p>

���������Ƃ��イ

ToDo

  • �V���O���N�H�[�g�͑����ςɂȂ�

Readme

Keywords

Package Sidebar

Install

npm i tonyu

Weekly Downloads

0

Version

0.0.2

License

MIT

Last publish

Collaborators

  • haxelib.js