Unlimited Faxes, No Fees, Dedicated Phone Number
I’d like some help here.
I’m trying to build a Mediawiki to HTML converter or function in PHP. I’ve reached some goals already, but I’d like to ask the community to perfectize this one, because mediawiki2html is of public interest and there are some other projects out there (e.g. Mediawiki2pdf export) that could benefit from this one. My main problem are the tables.
Didn’t look through this one yet.This project should convert Mediawiki markup to html without the use of the Mediawiki engine.
I need some help on the table converting function, especially on chemical elements wiki pages. You can find the table markup definition at http://meta.wikimedia.org/wiki/Help:Table
You can have some test table data here:
| Table test data | current rendering result | Test description |
|---|---|---|
| table-example-1.txt | rendering 1 | Einsteinium: 1 simplified table (css stripped) |
| table-example-2.txt | rendering 2 | Einsteinium: 3 tables cascaded |
| table-example-3.txt | rendering 3 | Einsteinium: 1 table |
| table-example-4.txt | rendering 4 | Isotop table (more columns) |
Any help appreciated. This project is GPL-ed now.