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
- シングルクォートは多分変になる