From: Jan T. <de...@us...> - 2002-01-01 17:54:31
|
Update of /cvsroot/net-script/netscript2/docs In directory usw-pr-cvs1:/tmp/cvs-serv22951 Modified Files: REQUIREMENTS Added Files: TODO Log Message: --- NEW FILE: TODO --- /---------------------------------------------------------------------\ | $Id: TODO,v 1.1 2002/01/01 17:54:28 derkork Exp $ | NetScript and all related materials, such as documentation, | are protected under the terms and conditions of the Artistic License. | | (C) 2000 - 2001 by Jan Thomä, insOMnia (ko...@in...) \---------------------------------------------------------------------/ To do: ------ Classes/Interfaces: * DOMImplementation * Document * Node - implement cloneNode - implement normalize Other * lots of sanity checks ( e.g you cannot insert an attr as a child node of anything ) Done: ----- * Notation * Entity * EntityReference * DocumentType * DocumentFragment * Node - handling for document fragments * DOMException * ExceptionCode * ProcessingInstruction * Text * Comment * CharacterData * Attr * Element * NodeList * NamedNodeMap * CDATASection Index: REQUIREMENTS =================================================================== RCS file: /cvsroot/net-script/netscript2/docs/REQUIREMENTS,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** REQUIREMENTS 2001/11/29 22:18:02 1.1 --- REQUIREMENTS 2002/01/01 17:54:28 1.2 *************** *** 15,19 **** - Needed Modules: * XML::Parser ! * XML::DOM2 * CGI.pm --- 15,19 ---- - Needed Modules: * XML::Parser ! * XML::DOM2* * CGI.pm *************** *** 22,29 **** * HTTP::Request (for work with remote files) * HTTP::Response (for work with remote files) ! * XML::XSLT (for XSLT-support) ! * XML::XPath (for XSLT-support) * Test::Unit (for unit tests) XML::DOM2, XML::XSLT and XML::XPath are part of the NetScript II distribution. --- 22,30 ---- * HTTP::Request (for work with remote files) * HTTP::Response (for work with remote files) ! * XML::XSLT* (for XSLT-support) ! * XML::XPath* (for XSLT-support) * Test::Unit (for unit tests) + (*) = included in distribution of NetScript2 XML::DOM2, XML::XSLT and XML::XPath are part of the NetScript II distribution. *************** *** 31,32 **** --- 32,35 ---- NetScript2 checks for required modules and will provide the features which can be realized with the installed modules. + + Note: XML::DOM2 is yet unstable, XML::XPath and XML::XSLT are not yet finished. |