how to solve this problem Assignment.xml: 3:20: s4s-elt-character: Non-whitespace characters are not allowed in schema elements other than 'xs:appinfo' and 'xs:documentati on'. Saw 'Assignment'. this is repeat for all tags
this is the xml document
[code=xml]<?xml version="1.0" encoding="UTF-8" ?>
<SONG>
<TITLE>Assignme nt</TITLE>
<COMPOSER>Jacqu es Morali</COMPOSER>
<COMPOSER>Hen ri Belolo</COMPOSER>
<COMPOSER>Victo r Willis</COMPOSER>
<PRODUCER>Jacqu es Morali</PRODUCER>
<!-- This is a comment. -->
<LENGTH>6:20</LENGTH>
<YEAR>1978</YEAR>
<ARTIST>Villa ge People</ARTIST>
</SONG>
<!-- You can tell what album I was
listening to when I wrote this example -->[/code]
this is the xml document
[code=xml]<?xml version="1.0" encoding="UTF-8" ?>
<SONG>
<TITLE>Assignme nt</TITLE>
<COMPOSER>Jacqu es Morali</COMPOSER>
<COMPOSER>Hen ri Belolo</COMPOSER>
<COMPOSER>Victo r Willis</COMPOSER>
<PRODUCER>Jacqu es Morali</PRODUCER>
<!-- This is a comment. -->
<LENGTH>6:20</LENGTH>
<YEAR>1978</YEAR>
<ARTIST>Villa ge People</ARTIST>
</SONG>
<!-- You can tell what album I was
listening to when I wrote this example -->[/code]
Comment