OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
change of column to row in xsl
This page's ID:
28453
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
The Xml is as follows: [code]<edocs:d-edocs-timesheet> <request-id>900687</request-id> <ccn>GEC</ccn> <mas-loc>M</mas-loc> <dept>5100</dept> <emp-num>2128</emp-num> <date-day>Monday</date-day> <rec-seq>1</rec-seq> <emp-name>SELLERS, WAYNE</emp-name> <shift>1</shift> <wo-num>769247</wo-num> <wo-line>0001</wo-line> <type->R</type-> <hours>8</hours> <operation> 20</operation> <comp-qty>122</comp-qty> </edocs:d-edocs-timesheet> <edocs:d-edocs-timesheet> <request-id>900687</request-id> <ccn>GEC</ccn> <mas-loc>M</mas-loc> <dept>5100</dept> <emp-num>2128</emp-num> <date-day>Monday</date-day> <rec-seq>2</rec-seq> <emp-name>SELLERS, WAYNE</emp-name> <shift>1</shift> <wo-num>769247</wo-num> <wo-line>0001</wo-line> <type->O</type-> <hours>2</hours> <operation> 20</operation> <comp-qty>30</comp-qty> </edocs:d-edocs-timesheet> <edocs:d-edocs-timesheet> <request-id>900687</request-id> <ccn>GEC</ccn> <mas-loc>M</mas-loc> <dept>5100</dept> <emp-num>2128</emp-num> <date-day>Tuesday</date-day> <rec-seq>3</rec-seq> <emp-name>SELLERS, WAYNE</emp-name> <shift>1</shift> <wo-num>769247</wo-num> <wo-line>0001</wo-line> <type->R</type-> <hours>3</hours> <operation> 20</operation> <comp-qty>10</comp-qty> </edocs:d-edocs-timesheet>[/code] the above xml gives me the data o/p as follows: [code]wo-line wo-order type mon tues wed thr fri ****** ******* ***** **** ****** *********************** 769247 0001 R 8 769247 0001 R 2 769247 0001 O 2[/code] I want the data o/p format to be [code] wo-line wo-order type mon tues wed thr fri ****** ******* ***** **** ****** *********************** 769247 0001 R 8 2 769247 0001 O 2[/code] Cud u plzzzzzzz help me with the same..... Regards, Purva <edit>Making your code more readable</edit> [small](Edited by [url=http://www.ozoneasylum.com/user/191]WarMage[/url] on 09-21-2006 14:35)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »