Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


using xsd.exe with yahoo media rss

From: Konrad <kplazinski@-----.--->
To: NULL
Date: 9/11/2008 7:14:00 AM
Hi everyone.
I've got problem with converting xml file to xsd schema. The Xml file
looks like:
<?xml version="1.0" encoding="iso-8859-2"?>
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>Song Site</title>
<media:title type="plain">TitleOfMedia</media:title>
<link>http://www.foo.com</link>
<description>Songs galore at different bitrates</description>
       <item>
               <title>Cool song by an artist</title>
               <link>http://www.foo.com/item1.htm</link>
               <media:group>
                       <media:title type="plain">TitleOfMedia</
media:title>
                       <media:content url="http://www.foo.com/
song64kbps.mp3"
                       fileSize="1000" bitrate="64" type="audio/mpeg"
                       isDefault="true" expression="full"/>
                       <media:content url="http://www.foo.com/
song128kbps.mp3"
                       fileSize="2000" bitrate="128" type="audio/mpeg"
                       expression="full"/>
                       <media:content url="http://www.foo.com/
song256kbps.mp3"
                       fileSize="4000" bitrate="256" type="audio/mpeg"
                       expression="full"/>
                       <media:content url="http://www.foo.com/
song512kbps.mp3.torrent"
                       fileSize="8000" type="application/x-
bittorrent;enclosed=audio/
mpeg"
                       expression="full"/>
                       <media:content url="http://www.foo.com/
song.wav"
                       fileSize="16000" type="audio/x-wav"
expression="full">
                       <media:credit role="musician">band member 1</
media:credit>
                       <media:credit role="musician">band member 2</
media:credit>
                       <media:category>music/artist name/album/song</
media:category>
                       <media:rating>nonadult</media:rating>
                       <media:title type="plain">TitleOfMedia</
media:title>
                       </media:content>
               </media:group>
       </item>
</channel>
</rss>

When I'm trying to convert this there seems to be a problem with
names, because when he changing this the name "media:title" is saved
as "title", so there'll be always problem with this because we got
already element name "title". does anybody knows how to fix it??
Please! :)
Konrad


transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent