source: git/modules/openmathserver/xmlencodetest.py @ bb3e2b0

spielwiese
Last change on this file since bb3e2b0 was bb3e2b0, checked in by Michael Brickenstein <bricken@…>, 18 years ago
*bricken: having fantastic fun git-svn-id: file:///usr/local/Singular/svn/trunk@8361 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 198 bytes
Line 
1from objects import *
2from context import *
3context=Context()
4context.push({})
5i=OMint(22482489)
6print i.body
7print i.XMLencode(context)
8v=OMvar("x")
9print v.XMLencode(context)
10print v.XMLattributes
Note: See TracBrowser for help on using the repository browser.