Re: mathml: fixed printing of inverse trig functions, complex numbers, pi

2009-05-09 Thread TSidoti
Okay, I don't think its possible to do it that way, I put it there so I could create the text node with 'ⅈ' in it. Without the unescape I get ⅈ. The issue is that I can only run unescape after toxml() or to toprettyxml() is run on it. Since the printing is recursive I have to mainta

Re: 2 MathML Patches

2009-05-24 Thread TSidoti
I wasn't sure how to add attachments and stay on the same thread. I changed the comments to comments and removed the prettyxml from the mathml() function but kept it in the print_mathml function. I added two tests which will fail if we don't have the unescape. One way around unescaping is to ke

Re: 2 MathML Patches

2009-05-27 Thread TSidoti
The changes look good. Thanks! -Thomas Sidoti On May 27, 10:33 am, Fabian Pedregosa wrote: > TSidoti wrote: > > I wasn't sure how to add attachments and stay on the same thread. > > > I changed the comments to comments and removed the prettyxml from the > > mat