HTML Dialect 0.0.3
22-Jul-2008 17:59 Filed in: HTML Dialect
I’ve made a new version of the HTML dialect,
this time version 0.0.3 with some improvements:
- Better support for META tags and CSS per page.
- Support for redirects.
- Support for forms and server side form auto-filling.
- Cleaned up source code.
- Support for all doctypes and renders XHTML tags correctly. This code lays a good foundation for complete standards compliance.
- Recognizes tags that have no end tag and render them correctly.
- HTML-PARSE is now named HTML-GEN. You might want to know that in case you want to use it.
- Fixed a lot of word leaks.
There is no documentation available yet, so you’ll have to see if you can figure the dialect out with the parser in the source code.
Otherwise ask me on AltME.
Version 0.0.3 is available in the download section.
Enjoy!
- Better support for META tags and CSS per page.
- Support for redirects.
- Support for forms and server side form auto-filling.
- Cleaned up source code.
- Support for all doctypes and renders XHTML tags correctly. This code lays a good foundation for complete standards compliance.
- Recognizes tags that have no end tag and render them correctly.
- HTML-PARSE is now named HTML-GEN. You might want to know that in case you want to use it.
- Fixed a lot of word leaks.
There is no documentation available yet, so you’ll have to see if you can figure the dialect out with the parser in the source code.
Version 0.0.3 is available in the download section.
Enjoy!
|