XML Schema Attribute
Posted: Tue Jun 08, 2004 3:16 pm
Hi:
I have an XMl as below:
<SONG xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="24-10.xsd">
<TITLE>Hot Cop</TITLE>
<PUBLISHER id="v4">PolyGram Records</PUBLISHER>
<COMPOSER>
<NAME>Jacques Morali</NAME>
</COMPOSER>
<PRODUCER>
<NAME>Jacques Morali</NAME>
</PRODUCER>
<LENGTH>6:20</LENGTH>
<YEAR>1978</YEAR>
<ARTIST>Village People</ARTIST>
</SONG>
I don't kown how to assign the XML schema to the Publisher node.
Thanks for help!
I have an XMl as below:
<SONG xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="24-10.xsd">
<TITLE>Hot Cop</TITLE>
<PUBLISHER id="v4">PolyGram Records</PUBLISHER>
<COMPOSER>
<NAME>Jacques Morali</NAME>
</COMPOSER>
<PRODUCER>
<NAME>Jacques Morali</NAME>
</PRODUCER>
<LENGTH>6:20</LENGTH>
<YEAR>1978</YEAR>
<ARTIST>Village People</ARTIST>
</SONG>
I don't kown how to assign the XML schema to the Publisher node.
Thanks for help!