tonyu

This library is convert HTML to Xml, be able to read by (Haxe std library)Xml.
https://bitbucket.org/arlez80/tonyu

To install, run:

haxelib install tonyu 0.0.2 

See using Haxelib in Haxelib documentation for more information.

README.md

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

  • シングルクォートは多分変になる
Contributors
arlez80
Version
0.0.2
Published
11 years ago
License
MIT

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code 窶 and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub