Customer Portal

Order of Child Nodes within an Parent Node - XML Writer

Comments 1

  • Avatar
    mvarecha
    0
    Comment actions Permalink
    Hi Mike,

    it's not possible to change order of elements in current version.

    Anyway, you may use XSL transformer component
    http://wiki.cloveretl.org/doku.php?id=c ... sformation
    for post-processing XML file.
    Create next phase in your graph and put XSL transformer into it.
    Don't connect any edges to in/out ports, just set attributes xmlInputFile(the same as output of XmlWriter) and xmlOutputFile.

    Regards,
    Martin Varecha

Please sign in to leave a comment.