Click here to Skip to main content
15,924,828 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: Methode in Xslt? Pin
Paresh Chitte17-Apr-07 20:04
Paresh Chitte17-Apr-07 20:04 
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 
I've made an Xslt as a template for a code generator i'm working on. It seems to be getting the bulk of it right, but where i have two Xsl attribute blocks consecutively with only white space in between them, it gets stripped.

I had a look around and couldn't find anything.

Here is my example:

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


This produces:

<br />
    public DateMyDOB<br />
    {<br />
      // Property Logic<br />
    }<br />


It's lame Frown | :(

If anyone can help, that'd be great.

Cheers

Tris





-------------------------------

Carrier Bags - 21st Century Tumbleweed.

AnswerRe: White Space Preservation In Xslt Pin
George L. Jackson15-Apr-07 3:53
George L. Jackson15-Apr-07 3:53 
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 

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.