File: rss2.0mathml.xml

package info (click to toggle)
feedparser 6.0.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,540 kB
  • sloc: xml: 11,459; python: 4,575; makefile: 7
file content (11 lines) | stat: -rw-r--r-- 689 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
<!--
Description:  MathML w/XLink
Expect:       not bozo and entries[0]['description'] == '<math xmlns="http://www.w3.org/1998/Math/MathML"><mrow xlink:href="http://golem.ph.utexas.edu" xlink:show="replace" xlink:type="simple" xmlns:xlink="http://www.w3.org/1999/xlink"><mrow><mi>a</mi><mo>+</mo><mi>b</mi></mrow></mrow></math>'
-->
<rss version="2.0">
<channel>
<item>
<description>&lt;math xmlns='http://www.w3.org/1998/Math/MathML'&gt;&lt;mrow xlink:type="simple" xlink:show="replace" xlink:href="http://golem.ph.utexas.edu"&gt;&lt;mrow&gt;&lt;mi&gt;a&lt;/mi&gt;&lt;mo&gt;+&lt;/mo&gt;&lt;mi&gt;b&lt;/mi&gt;&lt;/mrow&gt;&lt;/mrow&gt;&lt;/math&gt;</description>
</item>
</channel>
</rss>