Click here to Skip to main content
16,004,924 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionXSLT - Trailing values Pin
Tristan Rhodes16-Apr-07 8:26
Tristan Rhodes16-Apr-07 8:26 
AnswerRe: XSLT - Trailing values Pin
led mike16-Apr-07 9:02
led mike16-Apr-07 9:02 
GeneralRe: XSLT - Trailing values Pin
Tristan Rhodes16-Apr-07 11:30
Tristan Rhodes16-Apr-07 11:30 
GeneralRe: XSLT - Trailing values Pin
PIEBALDconsult3-May-07 6:13
mvePIEBALDconsult3-May-07 6:13 
GeneralRe: XSLT - Trailing values Pin
Tristan Rhodes5-May-07 4:10
Tristan Rhodes5-May-07 4:10 
AnswerRe: xmltextreader Pin
Stefan Troschuetz16-Apr-07 1:18
Stefan Troschuetz16-Apr-07 1:18 
QuestionWhite Space Preservation In Xslt Pin
Tristan Rhodes15-Apr-07 3:22
Tristan Rhodes15-Apr-07 3:22 
AnswerRe: White Space Preservation In Xslt Pin
George L. Jackson15-Apr-07 3:53
George L. Jackson15-Apr-07 3:53 
Tris,

One way to solve this is to use xsl:text:

public <xsl:value-of select="type"/><xsl:text> </xsl:text><xsl:value-of select="name"/>
{
	// Property Logic
}


You can also use the nonbreaking space character, "&#xA0;" , also.



"We make a living by what we get, we make a life by what we give." --Winston Churchill

GeneralRe: White Space Preservation In Xslt Pin
Tristan Rhodes15-Apr-07 4:21
Tristan Rhodes15-Apr-07 4:21 
GeneralRe: White Space Preservation In Xslt Pin
PIEBALDconsult3-May-07 6:17
mvePIEBALDconsult3-May-07 6:17 
GeneralRe: White Space Preservation In Xslt Pin
George L. Jackson3-May-07 14:43
George L. Jackson3-May-07 14:43 
Questionerror LNK2019 Pin
sandeepkavade12-Apr-07 3:38
sandeepkavade12-Apr-07 3:38 
QuestionRe: error LNK2019 Pin
sthotakura13-Apr-07 13:06
sthotakura13-Apr-07 13:06 
QuestionSOAP response meassage Datacompression Pin
Giri K10-Apr-07 20:27
Giri K10-Apr-07 20:27 
AnswerRe: SOAP response meassage Datacompression Pin
Dmitry Khudorozhkov16-Apr-07 12:28
Dmitry Khudorozhkov16-Apr-07 12:28 
GeneralRe: SOAP response meassage Datacompression Pin
Giri K17-Apr-07 14:12
Giri K17-Apr-07 14:12 
GeneralRe: SOAP response meassage Datacompression Pin
Dmitry Khudorozhkov17-Apr-07 19:41
Dmitry Khudorozhkov17-Apr-07 19:41 
QuestionRecursive XSL Transform Pin
eggie510-Apr-07 10:48
eggie510-Apr-07 10:48 
AnswerRe: Recursive XSL Transform Pin
eggie510-Apr-07 11:29
eggie510-Apr-07 11:29 
GeneralRe: Recursive XSL Transform [modified] Pin
George L. Jackson12-Apr-07 13:24
George L. Jackson12-Apr-07 13:24 
GeneralRe: Recursive XSL Transform Pin
eggie512-Apr-07 16:40
eggie512-Apr-07 16:40 
GeneralRe: Recursive XSL Transform Pin
George L. Jackson13-Apr-07 1:42
George L. Jackson13-Apr-07 1:42 
QuestionXml as argument in JS Pin
Ollie198610-Apr-07 4:07
Ollie198610-Apr-07 4:07 
AnswerRe: Xml as argument in JS Pin
Dmitry Khudorozhkov10-Apr-07 4:32
Dmitry Khudorozhkov10-Apr-07 4:32 
GeneralRe: Xml as argument in JS Pin
Ollie198610-Apr-07 4:34
Ollie198610-Apr-07 4:34 

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.