CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Threaded View

  1. #1
    Join Date
    Dec 2010
    Posts
    1

    Lightbulb XSL to Convert XML to Text - Alignment Issue

    Hi,

    I am trying to convert Xml to output as text using XSL. I am using MSXSL processor [Microsoft Processor] for conversion.
    I am facing alignment issue.

    My XML and XSL are attached.

    The conversion command for MSXSL is
    MSXSL "XML file" "XSL File" -o "out.txt"

    My output is coming as below: I need to do left alignment for all text.
    Command
    hostname

    Module:modFreeBSD
    Group:System Information
    Heading:Hostname

    Start:
    2009-09-22T10:36:42.067000


    Stop:
    2009-09-22T10:36:42.114000
    Stdout
    freebsd-01.cable.comcast.com
    Stderr
    uname -a

    Please let me know how can I make sure of the proper alignment in my output file.
    A quick response is appreciated.

    Thanks
    NJ
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured