From: Jan T. <de...@us...> - 2003-05-31 22:43:42
|
Update of /cvsroot/net-script/netscript2/docs/netscript In directory sc8-pr-cvs1:/tmp/cvs-serv5670/docs/netscript Modified Files: REQUIREMENTS.html Log Message: * xslt implementation Index: REQUIREMENTS.html =================================================================== RCS file: /cvsroot/net-script/netscript2/docs/netscript/REQUIREMENTS.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** REQUIREMENTS.html 1 May 2003 10:42:18 -0000 1.2 --- REQUIREMENTS.html 31 May 2003 22:43:38 -0000 1.3 *************** *** 5,9 **** | are protected under the terms and conditions of the Artistic License. | ! | (C) 2000-2002 by Jan Thomä, insOMnia (ko...@in...) \---------------------------------------------------------------------/ --- 5,9 ---- | are protected under the terms and conditions of the Artistic License. | ! | (C) 2000-2002 by Jan Thomae, insOMnia (ko...@in...) \---------------------------------------------------------------------/ *************** *** 21,29 **** - Optional Modules: * LWP::UserAgent (for work with remote files) * 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) * DBI + Driver (for Database-Support) --- 21,29 ---- - Optional Modules: + * XML::LibXML (fast DOM - useable instead of XML::DOM2) + * XML::LibXSLT (for XSLT-Support, needs XML::LibXML ) * LWP::UserAgent (for work with remote files) * HTTP::Request (for work with remote files) * HTTP::Response (for work with remote files) * Test::Unit (for unit tests) * DBI + Driver (for Database-Support) *************** *** 31,39 **** (*) = included in distribution of NetScript2 ! XML::DOM2, XML::XSLT and XML::XPath are part of the NetScript II distribution. The optional modules need only to be installed if you want to use these features. 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. </pre> --- 31,40 ---- (*) = included in distribution of NetScript2 ! XML::DOM2 is part of the NetScript II distribution. The optional modules need only to be installed if you want to use these features. NetScript2 checks for required modules and will provide the features which can be realized with the installed modules. ! Note: XML::DOM2 is not very fast and should be used as a last resort, only, since ! you cannot use XSLT with it either. </pre> |