Changes for version 0.02
- Correct bugs related to self closing nodes. ( name stack was not being properly maintained for them )
- Add a unit test, Bug_self_closing.t, to test fixed bugs
- Fix existing bug carried over from XML::Bare regarding incorrect _z values
- Create a new function 'raw' to give you the original string of text for a specific node. This is important for HTML as the exact contents of nodes are often useful.
Modules
Minimal HTML parser implemented via a C state engine
Provides
in Bare.pm