URI:
       author_name_cdata_ignore.xml - sfeed_tests - sfeed tests and RSS and Atom files
  HTML git clone git://git.codemadness.org/sfeed_tests
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       author_name_cdata_ignore.xml (258B)
       ---
            1 <feed>
            2 <!-- should print "a", because "bc" is not in the <name> tag -->
            3 <entry><author><![CDATA[bc]]><name>a</name></author></entry>
            4 <!-- should print "a" -->
            5 <entry><author><![CDATA[bc]]><name>a</name><email><![CDATA[def]]></email></author></entry>
            6 </feed>