Click here to Skip to main content
15,910,083 members
Home / Discussions / XML / XSL
   

XML / XSL

 
GeneralRe: XSLT Pin
Large Data File8-Feb-04 22:59
Large Data File8-Feb-04 22:59 
GeneralRe: XSLT Pin
Not Active9-Feb-04 3:02
mentorNot Active9-Feb-04 3:02 
GeneralRe: XSLT Pin
Large Data File9-Feb-04 3:32
Large Data File9-Feb-04 3:32 
GeneralDataSet - reading in and XML Document Pin
Member 64401630-Jan-04 7:49
Member 64401630-Jan-04 7:49 
GeneralRe: DataSet - reading in and XML Document Pin
Rebreath27-Feb-04 11:18
Rebreath27-Feb-04 11:18 
QuestionMost efficient way to save changes made in xmlDoc? Pin
sinnen29-Jan-04 8:29
sinnen29-Jan-04 8:29 
QuestionXSLT - how to preserve empty spaces? Pin
Cristoff26-Jan-04 9:26
Cristoff26-Jan-04 9:26 
AnswerRe: XSLT - how to preserve empty spaces? Pin
Not Active26-Jan-04 10:03
mentorNot Active26-Jan-04 10:03 
Where is your transform?

This should do it.

<xsl:for-each select="group/item">
<tr><td><xsl:value-of select="."/></td></tr>
</xsl:for-each>


GeneralRe: XSLT - how to preserve empty spaces? Pin
Cristoff29-Jan-04 7:00
Cristoff29-Jan-04 7:00 
Generalthis... Pin
Cristoff29-Jan-04 7:21
Cristoff29-Jan-04 7:21 
AnswerRe: XSLT - how to preserve empty spaces? Pin
Anonymous8-Feb-04 19:09
Anonymous8-Feb-04 19:09 
GeneralI'm lazy - How to do it without learning XSLT :) Pin
Cristoff22-Jan-04 0:48
Cristoff22-Jan-04 0:48 
GeneralRe: I'm lazy - How to do it without learning XSLT :) Pin
Not Active22-Jan-04 10:57
mentorNot Active22-Jan-04 10:57 
GeneralRe: I'm lazy - How to do it without learning XSLT :) Pin
Cristoff23-Jan-04 0:37
Cristoff23-Jan-04 0:37 
GeneralRe: I'm lazy - How to do it without learning XSLT :) Pin
Matthew Hazlett28-Jan-04 8:24
Matthew Hazlett28-Jan-04 8:24 
GeneralRe: I'm lazy - How to do it without learning XSLT :) Pin
Cristoff29-Jan-04 6:55
Cristoff29-Jan-04 6:55 
GeneralRe: I'm lazy - How to do it without learning XSLT :) Pin
Matthew Hazlett29-Jan-04 9:44
Matthew Hazlett29-Jan-04 9:44 
GeneralXSLT - Adding whitespace to a string Pin
cheezdog20-Jan-04 17:08
cheezdog20-Jan-04 17:08 
GeneralRe: XSLT - Adding whitespace to a string Pin
Philip Fitzsimons21-Jan-04 3:19
Philip Fitzsimons21-Jan-04 3:19 
GeneralDynamic Link Creation in ASP.Net Page /XSL Pin
laker_6616-Jan-04 7:27
laker_6616-Jan-04 7:27 
GeneralRe: Dynamic Link Creation in ASP.Net Page /XSL Pin
Not Active19-Jan-04 0:53
mentorNot Active19-Jan-04 0:53 
GeneralRe: Dynamic Link Creation in ASP.Net Page /XSL Pin
laker_6619-Jan-04 6:25
laker_6619-Jan-04 6:25 
GeneralRe: Dynamic Link Creation in ASP.Net Page /XSL Pin
Not Active19-Jan-04 10:12
mentorNot Active19-Jan-04 10:12 
GeneralRe: Dynamic Link Creation in ASP.Net Page /XSL Pin
Matthew Hazlett28-Jan-04 8:32
Matthew Hazlett28-Jan-04 8:32 
QuestionHow to fill the fields of IE's web page from within VB or C++ ? Pin
John Thomas15-Jan-04 6:13
John Thomas15-Jan-04 6:13 

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.