Hello!
I have to produce a schema for this and also style it in XSL and I got stuck. How can I write them if there are more elements on the same row with their attributes? Please help. Thank you!
- <feed>
- <products>
- <loans>
<loan provider="Redmond" activationDate="12/12/08" productName="Redmond Plus Loan" minimumAmount="500" maximumAmount="2500" minimumTerm="6" maximumTerm="36" rate="13.8" />
I have to produce a schema for this and also style it in XSL and I got stuck. How can I write them if there are more elements on the same row with their attributes? Please help. Thank you!
- <feed>
- <products>
- <loans>
<loan provider="Redmond" activationDate="12/12/08" productName="Redmond Plus Loan" minimumAmount="500" maximumAmount="2500" minimumTerm="6" maximumTerm="36" rate="13.8" />