Click here to Skip to main content
16,010,268 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: copy file to another folder Pin
George L. Jackson29-Mar-06 17:40
George L. Jackson29-Mar-06 17:40 
GeneralRe: copy file to another folder Pin
angelagke29-Mar-06 19:59
angelagke29-Mar-06 19:59 
GeneralRe: copy file to another folder Pin
George L. Jackson30-Mar-06 1:10
George L. Jackson30-Mar-06 1:10 
GeneralRe: copy file to another folder Pin
angelagke30-Mar-06 19:51
angelagke30-Mar-06 19:51 
QuestionHow to Use XML Digital Signatures? Pin
cljyy112925-Mar-06 22:55
cljyy112925-Mar-06 22:55 
QuestionHow to write to a string rather than a file with XMLTextWriter Pin
depotdog24-Mar-06 17:42
depotdog24-Mar-06 17:42 
AnswerRe: How to write to a string rather than a file with XMLTextWriter Pin
George L. Jackson27-Mar-06 11:37
George L. Jackson27-Mar-06 11:37 
QuestionHaving a bit of trouble... Pin
Support12324-Mar-06 0:20
Support12324-Mar-06 0:20 
Hi All,

I have a xml and a xsl file all done...

the xsl file displays the names of my staff members and the names of the categories of the serviceses and the brands and the amount of each sold.

&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspStaffA&nbsp&nbspStaffB&nbsp&nbspStaffC&nbsp&nbspTotal

CatA&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp9&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp8&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp7&nbsp&nbsp&nbsp&nbsp&nbsp24
CatB&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp8&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp0&nbsp&nbsp&nbsp&nbsp&nbsp10
CatC&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp0&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp0&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2
Total&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp17&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp12&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp7&nbsp&nbsp&nbsp&nbsp&nbsp26

BrandA&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp7&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp6&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp15
BrandB&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp4&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp7
BrandC&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp5
Total&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp11&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp8&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp8&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp27

Now the problem is. I need to print this... BUT if there are more than say 5 Staff members, some of the info does't show up on the printed page. Is it possible to make the xsl and xml files create a table and if there are more than 5 staff members start a new table containing the rest of the staff members and their info.

Example:

&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbspStaffA&nbsp&nbspStaffB&nbsp&nbspStaffC&nbsp&nbspStaffD&nbsp&nbspStaffE&nbsp&nbspTotal
CatA&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp0&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp0&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp0&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp3&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp4
CatB&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp0&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp0&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp0&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2
Total&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp0&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp3&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp6

BrandA&nbsp&nbsp&nbsp&nbsp&nbsp2&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp0&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp6
BrandB&nbsp&nbsp&nbsp&nbsp&nbsp1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp3&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp7
Total&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp3&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp3&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp2&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp4&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp1&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp13


StaffF StaffG Total
CatA 0 8 8
CatB 2 2 4
Total 2 10 12

BrandA 1 2 3
BrandB 2 2 4
Total 3 4 7
Questionxml schema question Pin
Brayan__22-Mar-06 20:56
Brayan__22-Mar-06 20:56 
AnswerRe: xml schema question Pin
Denevers31-Mar-06 17:54
Denevers31-Mar-06 17:54 
QuestionRe: xml schema question Pin
Brayan__3-Apr-06 2:13
Brayan__3-Apr-06 2:13 
AnswerRe: xml schema question Pin
Denevers3-Apr-06 2:26
Denevers3-Apr-06 2:26 
NewsRe: xml schema question Pin
Brayan__3-Apr-06 3:49
Brayan__3-Apr-06 3:49 
GeneralRe: xml schema question Pin
Denevers3-Apr-06 3:50
Denevers3-Apr-06 3:50 
QuestionRecommendation for Xml Editor Component For .Net Pin
Bill S22-Mar-06 4:07
professionalBill S22-Mar-06 4:07 
QuestionSoftware to validate XML against XSD Pin
Krishnaraj Barvathaya B21-Mar-06 17:18
Krishnaraj Barvathaya B21-Mar-06 17:18 
AnswerRe: Software to validate XML against XSD Pin
Christian Graus21-Mar-06 17:46
protectorChristian Graus21-Mar-06 17:46 
QuestionIXMLDOMDocumentPtr Pin
HakunaMatada20-Mar-06 21:17
HakunaMatada20-Mar-06 21:17 
Questionhow to roll back changes done to dataset with XML data in it???? Pin
Ron.S16-Mar-06 23:59
Ron.S16-Mar-06 23:59 
AnswerRe: how to roll back changes done to dataset with XML data in it???? Pin
HakunaMatada20-Mar-06 21:20
HakunaMatada20-Mar-06 21:20 
QuestionConverting Mixed / Upper case Pin
Andre xxxxxxx14-Mar-06 12:00
Andre xxxxxxx14-Mar-06 12:00 
AnswerRe: Converting Mixed / Upper case Pin
Ragulf15-Mar-06 0:20
Ragulf15-Mar-06 0:20 
QuestionModifying an XML node value Pin
James Gupta13-Mar-06 13:26
professionalJames Gupta13-Mar-06 13:26 
AnswerRe: Modifying an XML node value Pin
remyaramamurthi16-Mar-06 19:25
remyaramamurthi16-Mar-06 19:25 
QuestionCreating xml based documantation/help file Pin
HL_SUB12-Mar-06 0:58
HL_SUB12-Mar-06 0:58 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.