MathML support...

2010-09-30 Thread HommeDeJava
Greetings folks

How to add support for equations and MathML into your GWT
applications...

I proved to myself the faisability using the JavaScript library
ASCIIMathML.js from Peter Jipsen de Chapman University (GNU LGPL 2.1+
license).

http://www1.chapman.edu/~jipsen/mathml/asciimath.html

So, I'm working now on different issues.

Hope this will help somebody

Claude

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



MathML support??

2008-10-27 Thread HommeDeJava

Greetings GWT folks,

I would like to use MathML in my GWT application that should be used
to display science course content.

1) It's just for displaying, no editing
2) I have to only support FireFox for now, and I know that Firefox has
MathML support built-in.
3) I have read many threads into the GWT group and the suggestion in
the thread MathPlayer and dynamic MathML  july03 2006 to use
DOM.setInnerHTML(Element elem, String html) simply doesn't work.
4) It seems to be related to the support of XHTML by GWT? Is it true?
5) Is there any workaround?

Many Thanks

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: MathML support??

2008-11-04 Thread Sumit Chandel
Hello HommeDeJava,
The method you used to embed the MathML elements through DOM.setInnerHTML()
should work. You mentioned that you tried this out as suggested in another
thread but were unsuccessful. Could you provide a bit more detail as to how
the attempt failed? Were there errors rendering the elements in the browser
you were testing on, or did the MathML elements simply not appear in the
DOM?

Also, any code to help reproduce the problem you're experiencing on our end
would be really helpful.

Hope that helps,
-Sumit Chandel

On Mon, Oct 27, 2008 at 11:01 AM, HommeDeJava <[EMAIL PROTECTED]>wrote:

>
> Greetings GWT folks,
>
> I would like to use MathML in my GWT application that should be used
> to display science course content.
>
> 1) It's just for displaying, no editing
> 2) I have to only support FireFox for now, and I know that Firefox has
> MathML support built-in.
> 3) I have read many threads into the GWT group and the suggestion in
> the thread MathPlayer and dynamic MathML  july03 2006 to use
> DOM.setInnerHTML(Element elem, String html) simply doesn't work.
> 4) It seems to be related to the support of XHTML by GWT? Is it true?
> 5) Is there any workaround?
>
> Many Thanks
>
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---