Research Institute for Applications of Computer Algebra (RIACA) Research Institute for Applications
of Computer Algebra
Technische Universiteit Eindhoven (TU/e)

OpenMath Phrasebook Tag Library 1.0

Documentation   License

Documentation

The example snippet below gives you an indication how you can use this tag library. If you want more information about what the tag library can do, please read the API documentation.

   <jsp:useBean id="pb" scope="session" 
     class="nl.tue.win.riaca.gap.phrasebook.GapSocketPhrasebook">
    <jsp:setProperty name="pb" property="port" value="1234"/>      
    <jsp:setProperty name="pb" property="host" value="www.gap.com"/>      
   </jsp:useBean>
   
   <phrasebook:addCd name="pb" scope="session"
     className="nl.tue.win.riaca.gap.codec.poly.PolyCodec"
     url=""
     cd="poly1"/>
     
   <phrasebook:perform name="pb" scope="session" method="EVAL">
    <OMOBJ>
     <OMI>12345</OMI>
    </OMOBJ>
   </phrasebook:perform>
  

  Copyright © 1999-2004,
RIACA, Technische Universiteit Eindhoven (TU/e).
All Rights Reserved.