I want to get the content of <math>
tags in the API response MediaWiki.
I've tried to use this query:
https://en.wikipedia.org/w/api.php?action=query&prop=extracts&format=xml&titles=delta-v
And I'm getting valid xml file, but in place of
I'm getting:
<dl><dd></dd></dl>
And what I want is:
<math>\Delta{v} = \int_{t_0}^{t_1} {\frac {|T|} {m}}\, dt</math>
Which is available via "Edit" button here: http://en.wikipedia.org/w/index.php?title=Delta-v&action=edit
is this somehow available via API?