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]

Space Between 2 consecutive Nodes


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


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