The NetScript CVS contains the new NetScript version 2.1 with XSLT-support. You can now really divide content from presentation. Also you have the possibility to do client sided XSLT (e.g using Internet Explorer) in a transparent way, which will not break if the client is incapable of doing XSL transformations.
Another new feature is the DOM Abstraction Layer (DAL) incorporated into NetScript. It is now possible to use any DOM Level 2 compliant DOM-implementation together with NetScript. There is currently a binding for XML::LibXML, others will follow as the need arises. Due to the DAL NetScript is now about 35% faster using XML::LibXML instead of XML::DOM2.
The next planned steps are:
* create more documentation for end users
* create a package for distribution for end-users
* enhance IPdoc (constants, better HTML output)
Regards,
Jan
NetScript Development Team