Click here to Skip to main content
15,921,837 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: regarding webservices [edited] Pin
DavidNohejl22-Aug-05 9:11
DavidNohejl22-Aug-05 9:11 
Generalsample xml from xsd Pin
gustavo.sierra18-Aug-05 20:13
gustavo.sierra18-Aug-05 20:13 
GeneralRe: sample xml from xsd Pin
Christian Graus22-Aug-05 11:06
protectorChristian Graus22-Aug-05 11:06 
GeneralRe: sample xml from xsd Pin
Thanh Dao29-Aug-05 18:55
Thanh Dao29-Aug-05 18:55 
GeneralRe: sample xml from xsd Pin
gustavo.sierra29-Aug-05 20:26
gustavo.sierra29-Aug-05 20:26 
Generalhelp with xslt Pin
sonya987917-Aug-05 16:47
sonya987917-Aug-05 16:47 
GeneralRe: help with xslt Pin
Anonymous25-Aug-05 4:55
Anonymous25-Aug-05 4:55 
Generalhelp rendering with xslt Pin
sonya987917-Aug-05 16:40
sonya987917-Aug-05 16:40 
hi,

I am trying to render this xml so it looks like the way I want it but I dont; know how to do this and been trying unsucessfully the grouping without any luck.

XML:

<records>
<customer>
<id>1
<name>tom
<city>broon
<amnt>10
<state>sc
cc

<recipt>ok


<customer>
<id>2
<name>john
<city>philly
<amnt>50
<state>pa
dd

<recipt>ok


<customer>
<id>3
<name>phil
<city>dallas
<amnt>100
<state>tx
cc

<recipt>ok


<customer>
<id>4
<name>julian
<city>menphis
<amnt>133
<state>sc
cc

<recipt>ok


<customer>
<id>5
<name>gloria
<city>menphis
<amnt>33
<state>sc
dd

<recipt>ok



and this is what I want the result to look like:

STATE: SC

SECTION: CC
ID Name Amount City Rec.PT.
1 tom 10 broon ok
4 julian 133 menphis ok

SECTION: DD
ID Name Amount City Rec.PT.
5 gloria 33 menphis ok

STATE: PA

SECTION: DD
ID Name Amount City Rec.PT.
2 John 50 philly ok

STATE: TX

SECTION: DD
ID Name Amount City Rec.PT.
3 phil 100 dallas ok
GeneralPagination using XSL Pin
ramdhage16-Aug-05 0:43
ramdhage16-Aug-05 0:43 
QuestionHow to write xml tag in attribute value? Pin
Sachin Gedam15-Aug-05 20:56
Sachin Gedam15-Aug-05 20:56 
AnswerRe: How to write xml tag in attribute value? Pin
DavidNohejl16-Aug-05 0:41
DavidNohejl16-Aug-05 0:41 
GeneralDelegate remotable object Pin
jchsiung214-Aug-05 9:33
jchsiung214-Aug-05 9:33 
General"<" in an xml attribute Pin
eggie512-Aug-05 7:32
eggie512-Aug-05 7:32 
GeneralRe: &quot;&lt;&quot; in an xml attribute Pin
DavidNohejl14-Aug-05 9:42
DavidNohejl14-Aug-05 9:42 
Generalxsl:number- to get the sum of elements Pin
Eric_Franz11-Aug-05 20:16
Eric_Franz11-Aug-05 20:16 
GeneralRe: xsl:number- to get the sum of elements Pin
Eric_Franz12-Aug-05 5:10
Eric_Franz12-Aug-05 5:10 
Generalxsl parameters Pin
Kazi Rameez10-Aug-05 1:26
Kazi Rameez10-Aug-05 1:26 
GeneralRe: xsl parameters Pin
Christian Graus10-Aug-05 18:37
protectorChristian Graus10-Aug-05 18:37 
GeneralRe: xsl parameters Pin
Kazi Rameez10-Aug-05 21:10
Kazi Rameez10-Aug-05 21:10 
GeneralXML Xpath OR Xquery using C# Pin
loki_l779-Aug-05 8:15
loki_l779-Aug-05 8:15 
GeneralRe: XML Xpath OR Xquery using C# Pin
Christian Graus10-Aug-05 18:38
protectorChristian Graus10-Aug-05 18:38 
GeneralUnicode in XML Pin
mukhopadhyay somenath9-Aug-05 4:35
professionalmukhopadhyay somenath9-Aug-05 4:35 
GeneralRe: Unicode in XML Pin
mukhopadhyay somenath10-Aug-05 1:05
professionalmukhopadhyay somenath10-Aug-05 1:05 
GeneralRe: Unicode in XML Pin
DavidNohejl14-Aug-05 9:49
DavidNohejl14-Aug-05 9:49 
GeneralXml Serialization Pin
David_cole9-Aug-05 2:30
David_cole9-Aug-05 2:30 

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.