My favorites
▼
|
Sign in
vineetmanohar
Vineet Manohar's open source code
Project Home
Downloads
Wiki
Issues
Source
Checkout
Browse
Changes
Source path:
svn
/
trunk
/
src
/
test
/
resources
/
sample-sitemap.xml
r19
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.example.com/</loc>
<lastmod>2005-01-01</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://www.example.com/catalog?item=12&desc=vacation_hawaii</loc>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>http://www.example.com/catalog?item=73&desc=vacation_new_zealand</loc>
<lastmod>2004-12-23</lastmod>
<changefreq>weekly</changefreq>
</url>
<url>
<loc>http://www.example.com/catalog?item=74&desc=vacation_newfoundland</loc>
<lastmod>2004-12-23T18:00:15+00:00</lastmod>
<priority>0.3</priority>
</url>
<url>
<loc>http://www.example.com/catalog?item=83&desc=vacation_usa</loc>
<lastmod>2004-11-23</lastmod>
</url>
</urlset>
Show details
Hide details
Change log
r6
by vineet.manohar on Sep 2, 2009
Diff
generalized class using generics
Go to:
...main/java/com/vineetmanohar/util
...eetmanohar/util/JaxbWrapper.java
/trunk/src/test/java/com
.../src/test/java/com/vineetmanohar
...test/java/com/vineetmanohar/util
...anohar/util/JaxbWrapperTest.java
...est/resources/sample-sitemap.xml
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 913 bytes, 27 lines
View raw file
Powered by
Google Project Hosting