0.0.2 • Published 9 years ago

tonyu v0.0.2

Weekly downloads
2
License
MIT
Repository
bitbucket
Last release
9 years ago

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�͑����ςɂȂ�