This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Space Between 2 consecutive Nodes


----- Original Message -----
From: "Kumar V." <vkumar@techbooks.com>


> Hi All,
>
>      Below line present my XML file.
>
>       <Para>This is Example <Italic>Italic Text</Italic> <Bold>Bold
Text</Bold> Text</Para>
>
>       I am using MSXML3. When i start the transforming the above into
HTML, i am getting the below output.
>
>        This is Example Italic TextBold Text Text.
>
>        In the above output, space between 2 consecutive nodes (i.e.
<italic> & <bold>) is dropped.
>

to preserve space try using the xsl:preserve-space tag...but read up on
whitespace issues in general from www.dpawson.co.uk XSLT FAQ.

now without seeing your XSLT ....I can't tell if you are having other
issues... for example using xsl:value-of instead of xsl:copy-of .....

hth, jim fuller


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]