This is set of scripts are based on Profixy's HTML Engine-Mini.
This modified version has some great NEW features.
1. Added NGUI support. It will render HTML with UILabel and UISprite. This package also contains a NGUI distribution version (no editor).
2. Added animation image support for NGUI by UIAnimationSprite.
3. Changed ‘div’ tag to ‘spin’.
4. Added ‘id’ attribution to ‘p’, ‘spin’, ‘img’ and ‘a’ tags. So the NGUI labels and sprites will use this id as their game object name. After the labels and sprites were generated, we can get them by id easily.
5. Fixed Asian language characters line break bug.