Click here to Skip to main content
15,908,013 members
Home / Discussions / XML / XSL
   

XML / XSL

 
AnswerRe: write the xml contents into text box Pin
Bluebamboo30-Jun-06 1:30
Bluebamboo30-Jun-06 1:30 
AnswerRe: write the xml contents into text box Pin
DIMPLE_R6-Jul-06 20:15
DIMPLE_R6-Jul-06 20:15 
QuestionCrazy Characters [modified] Pin
braber29-Jun-06 7:31
braber29-Jun-06 7:31 
AnswerRe: Crazy Characters Pin
Dustin Metzgar29-Jun-06 7:49
Dustin Metzgar29-Jun-06 7:49 
QuestionXPath Q: How to select into a NodeList? Pin
matthias s.29-Jun-06 5:24
matthias s.29-Jun-06 5:24 
AnswerRe: XPath Q: How to select into a NodeList? Pin
Dustin Metzgar29-Jun-06 5:50
Dustin Metzgar29-Jun-06 5:50 
GeneralRe: XPath Q: How to select into a NodeList? Pin
matthias s.29-Jun-06 6:20
matthias s.29-Jun-06 6:20 
Questionwhere did the whitespace go? [modified] Pin
Bluebamboo29-Jun-06 5:09
Bluebamboo29-Jun-06 5:09 
Hi all,

I'm having a problem with my XSL converting to HTML. I can view all content fine, except the white space is not preserved! I've tried all relevant attributes such as xml:space, xsl:preserve-space, bt don't work
Frown | :( (Frown | :( (Frown | :( (Frown | :( (Frown | :( (

For example in my XML:

<catalog>
<content>
lines and lines of text
more text
</content>
</catalog>

When transforming I get:

lines and lines of text more text

It's all bunched up...where did the newline characters go?

my XSL contains this:

<xsl:value-of select="content"/>

Any ideas? Thanks.

-- modified at 11:55 Thursday 29th June, 2006
AnswerRe: where did the whitespace go? Pin
Dustin Metzgar29-Jun-06 5:48
Dustin Metzgar29-Jun-06 5:48 
GeneralRe: where did the whitespace go? Pin
Bluebamboo29-Jun-06 6:01
Bluebamboo29-Jun-06 6:01 
GeneralRe: where did the whitespace go? Pin
Dustin Metzgar29-Jun-06 6:48
Dustin Metzgar29-Jun-06 6:48 
GeneralRe: where did the whitespace go? Pin
Bluebamboo29-Jun-06 9:59
Bluebamboo29-Jun-06 9:59 
GeneralRe: where did the whitespace go? Pin
Dustin Metzgar29-Jun-06 10:27
Dustin Metzgar29-Jun-06 10:27 
GeneralRe: where did the whitespace go? [modified] Pin
Bluebamboo29-Jun-06 11:51
Bluebamboo29-Jun-06 11:51 
GeneralRe: where did the whitespace go? Pin
Dustin Metzgar29-Jun-06 14:03
Dustin Metzgar29-Jun-06 14:03 
GeneralRe: where did the whitespace go? Pin
Bluebamboo29-Jun-06 14:57
Bluebamboo29-Jun-06 14:57 
GeneralRe: where did the whitespace go? Pin
Dustin Metzgar30-Jun-06 3:01
Dustin Metzgar30-Jun-06 3:01 
GeneralRe: where did the whitespace go? Pin
Tuwing.Sabado3-Jul-06 19:59
Tuwing.Sabado3-Jul-06 19:59 
GeneralRe: where did the whitespace go? Pin
Bluebamboo4-Jul-06 0:28
Bluebamboo4-Jul-06 0:28 
QuestionLonger text with special characters in xml files? Pin
matthias s.28-Jun-06 1:30
matthias s.28-Jun-06 1:30 
AnswerRe: Longer text with special characters in xml files? Pin
Igor Sukhov28-Jun-06 20:25
Igor Sukhov28-Jun-06 20:25 
GeneralRe: Longer text with special characters in xml files? Pin
matthias s.29-Jun-06 3:08
matthias s.29-Jun-06 3:08 
QuestionOf nodes or attributes [modified] Pin
Malcolm Smart27-Jun-06 0:36
Malcolm Smart27-Jun-06 0:36 
AnswerRe: Of nodes or attributes Pin
Igor Sukhov27-Jun-06 19:59
Igor Sukhov27-Jun-06 19:59 
GeneralRe: Of nodes or attributes Pin
Malcolm Smart27-Jun-06 22:02
Malcolm Smart27-Jun-06 22:02 

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.