Search found 1 match

by jkcool
Tue Oct 18, 2011 8:07 am
Forum: XQuery
Topic: File reference using a Transformation Scenario
Replies: 1
Views: 4404

File reference using a Transformation Scenario

Hi, I want to use Transformation Scenario to configure an input xml file to the Xquery that I am writing. I created a new scenario and selected a file. But how do I access it in the Xquery ? i.e inside doc() function. If I explicitly specify it , we will write doc("input.xml") I know it is...