Rev 5520 | Rev 13310 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5520 | Rev 7396 | ||
---|---|---|---|
Line 24... | Line 24... | ||
24 | 24 | ||
25 | 25 | ||
26 | /* Alternatively, to filter generic source and converting embedded equations, use: |
26 | /* Alternatively, to filter generic source and converting embedded equations, use: |
27 | */ |
27 | */ |
28 | extern int wims_mathml_filter (const char * buffer, unsigned long length); |
28 | extern int wims_mathml_filter (const char * buffer, unsigned long length); |
29 | - | ||
30 | extern int wims_mathml_html_filter (const char * buffer, unsigned long length); |
29 | extern int wims_mathml_html_filter (const char * buffer, unsigned long length); |
31 | extern int wims_mathml_strict_html_filter (const char * buffer, unsigned long length); |
30 | extern int wims_mathml_strict_html_filter (const char * buffer, unsigned long length); |
- | 31 | extern int wims_mathml_do_html_filter (const char * buffer, unsigned long length, const int forbid_markup); |
|
32 | 32 | ||
33 | 33 | ||
34 | /* To change output methods: |
34 | /* To change output methods: |
35 | * |
35 | * |
36 | * Note: If length is 0, then buffer is treated like a string; otherwise only length bytes are written. |
36 | * Note: If length is 0, then buffer is treated like a string; otherwise only length bytes are written. |
Line 58... | Line 58... | ||
58 | 58 | ||
59 | extern int wims_mathml_rowposn; |
59 | extern int wims_mathml_rowposn; |
60 | extern int wims_mathml_displaymode; |
60 | extern int wims_mathml_displaymode; |
61 | 61 | ||
62 | extern char * wims_mathml_remove_char(char * str , char * c); |
62 | extern char * wims_mathml_remove_char(char * str , char * c); |
- | 63 | extern void replace_str(const char *str, const char *old, const char *newer); |
|
63 | #ifdef __cplusplus |
64 | #ifdef __cplusplus |
64 | } |
65 | } |
65 | #endif |
66 | #endif |
66 | 67 | ||
67 | #endif /* ! ITEX2MML_H */ |
68 | #endif /* ! ITEX2MML_H */ |