Ignore:
Timestamp:
Sep 25, 2005, 5:35:57 PM (19 years ago)
Author:
Michael Brickenstein <bricken@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
82d1a72c907e4d9593d13fb4216f23d0e65fad42
Parents:
35ad2d7b29d3ac4852f704804d704a4417c383eb
Message:
*bricken real xml encoder


git-svn-id: file:///usr/local/Singular/svn/trunk@8664 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/openmathserver/omxmlreader.py

    r35ad2d r666465b  
    154154    if eval:
    155155        doc=context.evaluate(doc)
     156    #import profile
     157    #profile.run('output=context.XMLEncodeObject(doc)','encodeprof')
    156158    output=context.XMLEncodeObject(doc)
    157159    try:
Note: See TracChangeset for help on using the changeset viewer.