Hi all.
I am a novice in using CSS to transform XML data. Below is my XML which I want the output to display in below layout using CSS.
XML sample:
<personal-info sex="Male" height="1.6" weight="61kg" >
<education>
<degree>Diploma in Management</degree>
<year> 2003</year>
<school>School of Business Management</school>
<location>Califonia</location>
</education>
</personal-info>
below is the output layout, but I don't have any idea of how CSS can transform it on either Opera/IE 6 browser. please help me out!
---------------------------------------------------
| Sex: Male | Height - 1.6 | Weight:61kg |
---------------------------------------------------
| <education:> |
| 1. Diploma in Management |
| 2. 2003 |
|-------------------------------------------------|
| school of buiness management, Califonia |
---------------------------------------------------
Thank you.
I am a novice in using CSS to transform XML data. Below is my XML which I want the output to display in below layout using CSS.
XML sample:
<personal-info sex="Male" height="1.6" weight="61kg" >
<education>
<degree>Diploma in Management</degree>
<year> 2003</year>
<school>School of Business Management</school>
<location>Califonia</location>
</education>
</personal-info>
below is the output layout, but I don't have any idea of how CSS can transform it on either Opera/IE 6 browser. please help me out!
---------------------------------------------------
| Sex: Male | Height - 1.6 | Weight:61kg |
---------------------------------------------------
| <education:> |
| 1. Diploma in Management |
| 2. 2003 |
|-------------------------------------------------|
| school of buiness management, Califonia |
---------------------------------------------------
Thank you.