Could you help me to answer how to put collection of data as parameter in the xslt file, is it possible ? Thanks.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This:
<xsl:param name="chunks" select="collection('file:///C:/test_xml?*.xml')"/>loads all of the
.xmlfiles in theC:\text_xmldirectory into the parameterchunks.Is this what you were looking for?
*Note: This was done using Saxon-PE 9.2