Re: S and P shema of MathML

> 
> Dear sir/madam,
> 
> S and P shema for mathML is written using S language
> and P language. And i have seen the source of MathML.S
> and MathMLP.P. my question is:
> 
> if i already write the schema, How can i compile this
> source? 
> 
> do i need str, prs and tra compilers ? But i heard
> that str, prs and tra compilers are not available on
> Windows platforms.
> Where I can get these compilers and the manuals?

They are included in the source distribution.

> my second question is:
> 
> To display math expression on the screen, The parser
> build the document tree and the thotlib generate the
> presentation based on that tree. so first i want to
> know and understand the document tree. how can i know
> the structure of the document tree of MathML in Amaya?
> and the second 
> If the thotlib generate the presentation based on the
> document tree, which part of the code that build the
> tree?

If you compile a personal version of Amaya with the define
AMAYA_DEBUG the command Help > About Amaya will generate dumps
of the document tree (tree.debug), the presentation tree (view.debug),
etc. in your AmayaHome directory.

On Unix platforms, add the define in the file Options like the
following example
AMAYA_OPTIONS= -DAMAYA_DEBUG -D_GTK -DXML_GENERIC -D_I18N_

On Windows platforms, change Settings.

> Thank you very much. i'm waiting for the answer.
> 
> kind regards,
> 
> The Fe Ping
> 
> __________________________________________________
> Do You Yahoo!?
> HotJobs - Search Thousands of New Jobs
> http://www.hotjobs.com
> 
> 

Received on Monday, 19 August 2002 12:26:05 UTC