Dear list,

I am doing some experiments in using mwlib to parse some pages. The
latest example I tried is http://www.mediawiki.org/wiki/Help:Formatting
-- it is a complicated example. On the other hand, if you look at the
source code, it is also very cleanly formatted.

Some issues I detected:

1. many (actully most) "<pre>...</pre>" pairs are totally ignored by
the parseString function if they are inside a table;

2. the template construction "{{...}}" is parsed as regular text. I am
wondering whether we can use a dedicated object type to caption the
template type.

3. "<div>...</div>" is simple treated as texts...

2 & 3 might be okay for regular usage, and I'd think 1 is severe and
should be fixed.

Thanks, Gang

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

Reply via email to