Created
January 14, 2009 19:37
-
-
Save ddribin/47022 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- | |
Description: entry content xml:base | |
Expect: bozo and entries[0]['content'][0]['base'] == u'http://example.com/t | |
est/' | |
--> | |
<feed version="0.3" xmlns="http://purl.org/atom/ns#"> | |
<entry> | |
<content type="application/xhtml+xml" xml:base="http://example.com/test/"><div | |
xmlns="http://www.w3.org/1999/xhtml">Example <a href="test.html">test</a></div> | |
</content> | |
</entry> | |
</feed | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment