PortableInfobox/services/Parser
Inez Korczynski 6c4359a9d4 VE-1975: Added support for mobile (ArticleAsJson) and usage of XML parsing
Special handling for mobile is needed because article for mobile is delivered within ArticleAsJson which makes a lot of transformation during the parsing process (instead of for instance postprocessing).
Parsing HTML with XML parser seems to be giving better results than using just regexes and also it gives as ability to handle nested tabbers in a future in a better way.
2015-10-19 23:56:20 +00:00
..
Nodes VE-1975: Added support for mobile (ArticleAsJson) and usage of XML parsing 2015-10-19 23:56:20 +00:00
DummyParser.php DAT-2861 add images to parser output on resolving, use same parser instance for all parsing 2015-06-01 15:37:56 +02:00
ExternalParser.php DAT-2861 add images to parser output on resolving, use same parser instance for all parsing 2015-06-01 15:37:56 +02:00
MediaWikiParserService.php DAT-2917 fix double preprocess breaking inclusion functionality 2015-06-24 14:09:58 +02:00
SimpleParser.php DAT-2861 add images to parser output on resolving, use same parser instance for all parsing 2015-06-01 15:37:56 +02:00
XmlParser.php DAT-3197 wrap content tags contents in CDATA before parsing 2015-09-07 12:22:56 +02:00