Hello there guys!
I have a very basic problem.
I want to use xsd and xsl on my xml file.
Everything is fine, except the following:
only the first elements are shown. I have more than one, but always the first one appears, and none else.
It looks like this:
<year name="2005-2006/1" >
<courses>
<course has_lecture="yes" has_practice="yes" > First </course>
<course has_lecture="yes" has_practice="yes" > Second </course>
<course has_lecture="yes" has_practice="yes" > Third </course>
<course has_lecture="yes" has_practice="yes" > Fourth </course>
<course has_lecture="yes" has_practice="yes" > Fifth </course>
</courses>
</year>
When I use those xsd, xsl files only the "first" shown.
I have an another year node, it appears fine.
I have a very basic problem.
I want to use xsd and xsl on my xml file.
Everything is fine, except the following:
only the first elements are shown. I have more than one, but always the first one appears, and none else.
It looks like this:
<year name="2005-2006/1" >
<courses>
<course has_lecture="yes" has_practice="yes" > First </course>
<course has_lecture="yes" has_practice="yes" > Second </course>
<course has_lecture="yes" has_practice="yes" > Third </course>
<course has_lecture="yes" has_practice="yes" > Fourth </course>
<course has_lecture="yes" has_practice="yes" > Fifth </course>
</courses>
</year>
When I use those xsd, xsl files only the "first" shown.
I have an another year node, it appears fine.