what are you trying to parse?

On Thu, Sep 27, 2012 at 8:33 AM, Łukasz Czyż <[email protected]> wrote:
> Hello
>
> I want to parse some variable-length wiki texts using 'parse' action.
> My problem is that API returns error if wiki text length exceeds some
> value, say 1000 characters. In such a case API returns well-formatted
> HTML page informing about unexpected error and it encourages to try
> again later. It doesn't look like expected behavior, rather like some
> fast-coded check. API documentation doesn't say anything about upper
> length limit. Is there a way to deal with that? I wouldn't like
> solution like 'splitting text into parts and parsing them separately'
> because it can be really problematic in some cases e.g. with very long
> lists ('#' markers).
>
> Łukasz
>
> _______________________________________________
> Mediawiki-api mailing list
> [email protected]
> https://lists.wikimedia.org/mailman/listinfo/mediawiki-api

_______________________________________________
Mediawiki-api mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-api

Reply via email to