cjolif 01/11/15 00:42:07 Modified: xdocs scriptIntro.xml Log: remove batikMusig.svg quotation Revision Changes Path 1.7 +5 -7 xml-batik/xdocs/scriptIntro.xml Index: scriptIntro.xml =================================================================== RCS file: /home/cvs/xml-batik/xdocs/scriptIntro.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- scriptIntro.xml 2001/11/13 07:26:29 1.6 +++ scriptIntro.xml 2001/11/15 08:42:07 1.7 @@ -11,7 +11,7 @@ <!-- ========================================================================= --> <!-- author [EMAIL PROTECTED] --> -<!-- version $Id: scriptIntro.xml,v 1.6 2001/11/13 07:26:29 vhardy Exp $ --> +<!-- version $Id: scriptIntro.xml,v 1.7 2001/11/15 08:42:07 cjolif Exp $ --> <!-- ========================================================================= --> <document> <header> @@ -109,12 +109,10 @@ <s2 title="Customize the Rhino interpreter"> <p> A useful example of cutomization of the Rhino interpreter comes from the fact that the - ECMAScript specification doesn't provide any I/O predefined facilities, that's why - in the batikMusic.svg example of the distribution we use the Java API from scripting to - output messages (<code>System.out.println('...')</code>). However it is very common for - ECMAScript compatible languages to provide a function named <code>print</code> to output - messages to the console. We will describe here an example of cutomization of the Batik Rhino - interpreter to add such functionality to it. + ECMAScript specification doesn't provide any I/O predefined facilities to interact with + the console . However it is very common for ECMAScript compatible languages to provide + a function named <code>print</code> to output messages to the console. We will describe + here an example of cutomization of the Batik Rhino interpreter to add such functionality to it. </p> <p> You should first subclass the default Batik ECMAScript interpreter to add the functionality
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]