Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

DataSource Message as a Input to XSLT

reactancexl
reactancexl Posts: 177

How do I reference a DataSource as input to an XSLT? I have a soap message in a datasource but I need to reference that source data later in my test suite. thx

Comments

  • jakubiak
    jakubiak Posts: 813 admin

    Unfortunately the XSLT Tool does not support data sources. You could use the Write File tool to write the file contents from your data source to disk, and then read the file from disk within the XSLT Tool.