?
=?ISO-8859-1?Q?J=F8rn_Tommy_Kinder=E5s?=
I have a xml file with a lot of repeting <title> tags, and I want to
show the content of <title> tags on a site. However I don't want to show
<title>C.S.I</title> many times.
E:G:
----xml-----
....
<program>
<time>23:15</time>
<title>C.S.I</title>
</program>
...other programs..
<program>
<time>21:10</time>
<title>C.S.I</title>
</program>
--------------------
---Output----
-Angel
-C.S.I
-Band of brothers
.....
You see I don't want C.S.I to appear twice just because it exists in two
different times in the xml file. How do I solve this?
Jørn T
show the content of <title> tags on a site. However I don't want to show
<title>C.S.I</title> many times.
E:G:
----xml-----
....
<program>
<time>23:15</time>
<title>C.S.I</title>
</program>
...other programs..
<program>
<time>21:10</time>
<title>C.S.I</title>
</program>
--------------------
---Output----
-Angel
-C.S.I
-Band of brothers
.....
You see I don't want C.S.I to appear twice just because it exists in two
different times in the xml file. How do I solve this?
Jørn T