Introduction
Introduction Statistics Contact Development Disclaimer Help
guid_permalink_invalid.xml - sfeed_tests - sfeed tests and RSS and Atom files
git clone git://git.codemadness.org/sfeed_tests
Log
Files
Refs
README
LICENSE
---
guid_permalink_invalid.xml (447B)
---
1 <rss>
2 <channel>
3
4 <item>
5 <!-- handled not as "true" -->
6 <guid isPermaLink="invalid">https://a/</guid>
7 </item>
8
9 <item>
10 <!-- handled not as "true", it must be exactly "true" (case-insensitive)…
11 <guid isPermaLink="1">https://a/</guid>
12 </item>
13
14 <item>
15 <!-- handled not as "true" -->
16 <guid isPermaLink="invalid">https://a/</guid>
17 <!-- handled as "true" (because empty and the default is "true") -->
18 <guid>https://b/</guid>
19 </item>
20
21 </channel>
22 </rss>
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.