<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=Services_oEmbed</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/20501" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/20501">
      <title>Services_oEmbed: Bug 20501 [Open] oEmbed discovery: support whitespace</title>
      <link>http://pear.php.net/bugs/20501</link>
      <content:encoded><![CDATA[<pre>Services_oEmbed Bug
Reported by cweiske
2015-02-14T02:26:39+00:00
PHP: Irrelevant OS:  Package Version: 0.2.1

Description:
------------
See http://code.google.com/p/digg/issues/detail?id=5

I have an oEmbed disovery URL listed in http://ohnopub.net/pix/?id=6215 .
All of http://ohnopub.net/pix/ is reformatted by tidy for readability and
slight insurance of conformance. This causes the &lt;link /&gt; elements to be
split across multiple lines:

``
    &lt;link rel=&quot;alternate&quot; type=&quot;text/xml+oembed&quot; href=
   
&quot;http://ohnopub.net/pix/oembed.php?url=http%3A%2F%2Fohnopub.net%2Fpix%2F%3Fid%3D6215&amp;format=xml&quot;
    title=&quot;phppix&quot; /&gt;
''

The regex of Services_oEmbed does not support whitespace between attribute
names and values. I am not sure where it is valid to have whitespace: maybe
whitespace is allowed between ``href'' and ``=''? But I do know that
whitespace is allowed after the equal sign and before the value because of
Tidy's output and http://validator.w3.org/'s approval of my content.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Services_oEmbed Bug
Reported by cweiske
2015-02-14T02:26:39+00:00
PHP: Irrelevant OS:  Package Version: 0.2.1

Description:
------------
See http://code.google.com/p/digg/issues/detail?id=5

I have an oEmbed disovery URL listed in http://ohnopub.net/pix/?id=6215 .
All of http://ohnopub.net/pix/ is reformatted by tidy for readability and
slight insurance of conformance. This causes the &lt;link /&gt; elements to be
split across multiple lines:

``
    &lt;link rel=&quot;alternate&quot; type=&quot;text/xml+oembed&quot; href=
   
&quot;http://ohnopub.net/pix/oembed.php?url=http%3A%2F%2Fohnopub.net%2Fpix%2F%3Fid%3D6215&amp;format=xml&quot;
    title=&quot;phppix&quot; /&gt;
''

The regex of Services_oEmbed does not support whitespace between attribute
names and values. I am not sure where it is valid to have whitespace: maybe
whitespace is allowed between ``href'' and ``=''? But I do know that
whitespace is allowed after the equal sign and before the value because of
Tidy's output and http://validator.w3.org/'s approval of my content.</pre>]]></description>
      <dc:date>2015-02-14T02:26:39+00:00</dc:date>
      <dc:creator>cweiske &amp;#x61;&amp;#116; php &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>Services_oEmbed Bug</dc:subject>
    </item>
</rdf:RDF>
