Click here to Skip to main content
15,913,685 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionIs XSL still in? Pin
sameeraperera20-Sep-05 16:59
sameeraperera20-Sep-05 16:59 
QuestionWired xml parse??? Pin
Small Rat19-Sep-05 13:11
Small Rat19-Sep-05 13:11 
Questionhelp with xml and c++ Pin
gr8coaster32917-Sep-05 17:34
gr8coaster32917-Sep-05 17:34 
QuestionHow pass the value-of to a Javascript function? Pin
Melena16-Sep-05 6:25
Melena16-Sep-05 6:25 
AnswerRe: How pass the value-of to a Javascript function? Pin
Melena19-Sep-05 13:18
Melena19-Sep-05 13:18 
Questionproblem with conversion of excel to xml Pin
yeswanthtanamala16-Sep-05 0:40
yeswanthtanamala16-Sep-05 0:40 
QuestionSQL with XML Pin
Chetan Ranpariya14-Sep-05 23:13
Chetan Ranpariya14-Sep-05 23:13 
QuestionDisplaying DataGrid XML as HTML Pin
djt7314-Sep-05 19:25
djt7314-Sep-05 19:25 
Help...

I am after a way to display a DataGrid's xml (run through xls) and re-dislayed as html. I am getting the Datagrid xml using the underlying dataset's GetXML() method.

If I have 2 differing datagrids on the page, I want to be able to iteratively loop through each DG's xml via xsl, in each datagrid, and send the resulting html off in an email. Is ther esome way I can use the same template to loop through the 2 samples (and potentially others) below? These 2 xml blobs are part of 1 larger one.

2 xml samples from each data grid is below:

<NewDataSet> <person> <id>1</id> <firstName>Bob</firstName> <lastName>Smith</lastName> </person> <person> <id>2</id> <firstName>Tom</firstName> <lastName>Piper</lastName> </person> <person> <id>3</id> <firstName>Peter</firstName> <lastName>Piper</lastName> </person> </NewDataSet>


<NewDataSet> <Position> <KeyCol>1</KeyCol> <Classification>APS 3</Classification> <Number>5</Number> <SupervisorNumber>5476</SupervisorNumber> <CreationDate>30/08/2005</CreationDate> <EndDate>15/09/2005</EndDate> </Position> <Position> <KeyCol>2</KeyCol> <Classification>APS 5</Classification> <Number>55</Number> <SupervisorNumber>45476</SupervisorNumber> <CreationDate>31/08/2005</CreationDate> <EndDate>14/09/2005</EndDate> </Position> </NewDataSet>



QuestionProblem editing the SPThemes.xml File Pin
Andrew Porter13-Sep-05 4:26
Andrew Porter13-Sep-05 4:26 
AnswerRe: Problem editing the SPThemes.xml File Pin
Andrew Porter13-Sep-05 4:41
Andrew Porter13-Sep-05 4:41 
QuestionHow to create different IPC channels in both client and server configuration files Pin
SongDog12-Sep-05 19:22
SongDog12-Sep-05 19:22 
QuestionXML as input to a print engine. Pin
mcgahanfl12-Sep-05 5:42
mcgahanfl12-Sep-05 5:42 
QuestionLoad XML without root node Pin
10-Sep-05 21:06
suss10-Sep-05 21:06 
AnswerRe: Load XML without root node Pin
DavidNohejl11-Sep-05 1:28
DavidNohejl11-Sep-05 1:28 
Generalwhy U can't answer this Pin
logicaldna8-Sep-05 19:03
logicaldna8-Sep-05 19:03 
GeneralRe: why U can't answer this Pin
Christian Graus11-Sep-05 17:52
protectorChristian Graus11-Sep-05 17:52 
QuestionXML encryption Pin
Donnie138-Sep-05 10:59
Donnie138-Sep-05 10:59 
AnswerRe: XML encryption Pin
A.A.11-Sep-05 17:35
A.A.11-Sep-05 17:35 
Questionhelp with Xml stylesheets Pin
jjburka7-Sep-05 3:55
jjburka7-Sep-05 3:55 
QuestionCreating Nodes Pin
6-Sep-05 16:53
suss6-Sep-05 16:53 
AnswerRe: Creating Nodes Pin
Christian Graus6-Sep-05 16:57
protectorChristian Graus6-Sep-05 16:57 
GeneralRe: Creating Nodes Pin
Heinz_6-Sep-05 17:13
Heinz_6-Sep-05 17:13 
GeneralRe: Creating Nodes Pin
Christian Graus6-Sep-05 17:27
protectorChristian Graus6-Sep-05 17:27 
GeneralRe: Creating Nodes Pin
Heinz_8-Sep-05 13:43
Heinz_8-Sep-05 13:43 
QuestionHow Many Root Nodes? Pin
Heinz_6-Sep-05 12:30
Heinz_6-Sep-05 12: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.