Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

XML and Cascading StyleSheet

Status
Not open for further replies.

2122002

IS-IT--Management
Apr 22, 2003
58
US
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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top