Go Back   Webmaster Malaysia Forum » Website Design & Development » Website Design

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 02-02-2004, 03:21 PM
New kid on the block
 
Join Date: Jan 2004
Location: cyberjaya
Posts: 2
Rep Power: 0
danielwst is on a distinguished road
Send a message via ICQ to danielwst Send a message via Yahoo to danielwst
How to display XML document with several different element in table form by XSLT?

Hello ppl..
i need help from all of u...
if u know , pls help me ok...really need it...

I have a xml document which consist of several different elements.The XML document such as below(attachment):

<?php
echo <<<EOD

<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="data1.xsl"?>
<RESTAURANT company ="CITARASA">
<TITLE>RASA ENAK RESTAURANT</TITLE>
<EMPLOYEE>
<EID>E0001</EID>
<ENAME>LIM KAR LENG</ENAME>
<EICNUM>820512085217</EICNUM>
<ESEX>MALE</ESEX>
<EADDRESS>NO5,JALAN BP1,TAMAN BUKIT PUCHONG,471000 PUCHONG</EADDRESS>
<EPHONE>0133532607</EPHONE>
<EPOSITION>WAITER</EPOSITION>
<EPASSWORD>WAI123456789</EPASSWORD>
</EMPLOYEE>
<CUSTOMER>
<CID>C0001</CID>
<CNAME>JEFFREY</CNAME>
<CICNUM>810605145523</CICNUM>
<CSEX>MALE</CSEX>
<CADDRESS>NO 28A,LORONG HAJI, JALAN RAJA LAUT, 50350 KUALA LUMPUR</CADDRESS>
<CPHONE>0163651688</CPHONE>
<CFAX>0356569865</CFAX>
<CEMAIL>ZEALICH@YAHOO.COM</CEMAIL>
<CPASSWORD>AAAAAA</CPASSWORD>
</CUSTOMER>
</RESTAURANT>

EOD;

?>


I want to display all the data in a table form by using XSL transformation.but i failed to do it. i use <xsl:include href ="employee.xsl"/> to do it, it just can display one table (employee table) and if i include the <xsl:include href ="customer.xsl"/> together with the employee.xsl , i will get a table with a mixed up data from employee and customer...

so my question is that how to do a XSL which can transform employee and customer data to 2 different table , one for employee and one for customer .

Hope all of u can help me.Thanks


Regards:
Daniel
Attached Images
To view attachments your post count must be 0 or greater. Your post count is 0 momentarily.

Last edited by danielwst : 02-02-2004 at 04:10 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-02-2004, 02:05 PM
therion's Avatar
Inspired Webmaster
 
Join Date: Oct 2003
Location: Shah Alam - Kuantan -Alor Setar
Posts: 104
Rep Power: 62
therion is on a distinguished road
Send a message via Yahoo to therion
try this

http://www.w3schools.com/xsl/xsl_templates.asp

hope it can help u...panjang sgt la nak letak kat sini, tgk sendiri study sendiri..dah pandai..ajar aku lak..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-02-2004, 07:06 PM
hymns's Avatar
Senior Webmaster
 
Join Date: Nov 2001
Location: Johor
Posts: 768
Rep Power: 98
hymns is on a distinguished road
Send a message via ICQ to hymns Send a message via Yahoo to hymns
__________________
I hate when:

vBulletin Message:
Sorry! The administrator has specified that users can only post one message every 60 seconds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 28-02-2004, 12:00 PM
New kid on the block
 
Join Date: Feb 2004
Location: KL
Posts: 2
Rep Power: 0
Alvin is on a distinguished road
I will try to solve for you ....

Last edited by Alvin : 28-02-2004 at 12:29 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 28-02-2004, 01:08 PM
New kid on the block
 
Join Date: Feb 2004
Location: KL
Posts: 2
Rep Power: 0
Alvin is on a distinguished road
Quote:
Originally posted by Alvin
I will try to solve for you ....

I have uploaded my xslt file to the http://alvinz_c.tripod.com/a.xslt (sorry , you have to copy the url manually, because you cannot open the file by remotely link to it )

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-06-2004, 10:28 AM
hymns's Avatar
Senior Webmaster
 
Join Date: Nov 2001
Location: Johor
Posts: 768
Rep Power: 98
hymns is on a distinguished road
Send a message via ICQ to hymns Send a message via Yahoo to hymns
tripod sucker!
__________________
I hate when:

vBulletin Message:
Sorry! The administrator has specified that users can only post one message every 60 seconds
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 18-02-2007, 08:02 AM
New kid on the block
 
Join Date: Feb 2007
Location: Kuala Lumpur
Posts: 1
Rep Power: 0
hagenyong is on a distinguished road
transform

I have reviewed Alvin's transform and it look good to me
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 21-02-2007, 11:12 AM
yipguseng's Avatar
Lost Webmaster
 
Join Date: Jan 2007
Location: Petaling Jaya
Posts: 831
Rep Power: 37
yipguseng will become famous soon enough yipguseng will become famous soon enough
Send a message via MSN to yipguseng
wow...another ancient thread...
__________________
Boonage - Freedom is Everything
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 05-04-2007, 05:16 AM
genzy's Avatar
Nowhere Webmaster
 
Join Date: Aug 2006
Location: Malaysia
Posts: 1,581
Rep Power: 56
genzy is on a distinguished road
The transform is pretty good.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
display data,camne??? adib Website Programming 14 21-08-2004 10:27 AM
display value listbox nov8998 Website Programming 1 25-06-2004 02:21 PM
Print Document hymns Website Programming 12 02-11-2003 05:11 PM
Display contents mysticmind Website Design 3 04-05-2003 08:55 PM
dh003721: in my element of surprise MENJ Websites Review and Suggestion 10 22-03-2003 10:14 AM



All times are GMT +8. The time now is 06:45 AM. Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58