G
george veranis
I have a big xml file (16MB approximately) and it is like that:
<products>
<product>
<shopid>
</shopid>
<title>
</title>
<description>
<description>
<product>
</products>
and I want to transform it to a RSS file like that form:
<channel>
<title> </title>
<description> </desription>
<link>www.mydomain.com/go.jsp?prod=<shopid> <link>
</channel>
Please if anybody knows to tell which program language I can use to
transform it.
Thanks in advance!
<products>
<product>
<shopid>
</shopid>
<title>
</title>
<description>
<description>
<product>
</products>
and I want to transform it to a RSS file like that form:
<channel>
<title> </title>
<description> </desription>
<link>www.mydomain.com/go.jsp?prod=<shopid> <link>
</channel>
Please if anybody knows to tell which program language I can use to
transform it.
Thanks in advance!