Customer Portal

Adding a Stylesheet to the XML Writer

Comments 2

  • Avatar
    mvarecha
    0
    Comment actions Permalink
    Hello Mike,

    unfortunatelly, in current version it's not possible.
    But thanks for your suggestion, I'll implement it to next version.

    Regards,
    Martin
  • Avatar
    dpavlis
    0
    Comment actions Permalink
    You can use the ability of XMLWriter to (insted of writing to file) write the XML into field on output port (optional) and then connect XSLT transformer onto that port - thus performing some transformation after XMLWriter is done with creating its output.
    Output of XSLT transformer can be directed to UniversalWriter which will create the final file on disk.
    This should work with Clover 2.5 and above.

Please sign in to leave a comment.