Rsa problem..Anyone who knows about xml parsing error.



> My problem is that when i am executing the code without the code for the
> encrypted text([K,w,q,r,t]) everything works fine.
> When i execute the whole code i get this : There was an error in generated
> XML.XML parsing error :'not well-formed(invalid token)' at line 1..
>
> Can anybody help me.I can not understand why this happens...Thanks for your
> time reading all this...

You have control characters in the strings you are printing. This
confuses the xml parser used by wxmaxima. It should be fixed in the
next version.

Andrej