RSS <lastBuildDate> element
Definition och användning
<lastBuildDate> element definierar feed innehållets senaste ändringsdatum.
Exempel
<?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="2.0"> <channel> <title>CodeW3C.com Hemsida</title> <link>http://www.codew3c.com</link> <description>Free web building tutorials</description> <lastBuildDate>Fre, 27 apr 2006</lastBuildDate> <item> <title>RSS Tutorial</title> <link>http://www.codew3c.com/rss</link> <description>Ny RSS tutorial på CodeW3C.com</description> </item> </channel> </rss>