My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Wiki pages
Links

NOTEX stands for "Network Oriented Transforms in ECMAScript and XML (E4X)" and is implemented in the CGI script notex.cgi and FastCGI script notex.fcgi.

This CGI script enables you to:

  1. Read and run server-side any JavaScript file located anywhere on the web
  2. Use this JavaScript file to process XML files located anywhere on the web
  3. Cache your results to give faster responses to subsequent requests

NOTEX adds 20 simple JavaScript functions to your programs, such as GET(url), param('user') and write(output) - for more details please see http://www.notex.info

NOTEX is a simple, elegant and effective way to process XML files on a web server using JavaScript's E4X capabilities. It has been tested with Apache version 2 using Perl CGI and FastCGI on both Mac OS X and Ubuntu Linux. It should run unmodified on any other Linux or Unix (e.g. OpenSolaris).

Powered by Google Project Hosting