Subject: Space Between 2 consecutive Nodes
From: "Kumar V." <vkumar@xxxxxxxxxxxxx>
Date: Wed, 31 Jul 2002 11:04:14 +0530
|
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.
But i need,
This is Example Italic Text Bold Text Text.
Please help me out to over come this problem.
Regards,
Kumar V.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|