The XSLT-Mapping throwns the exception javax.xml.transform.TransformerException: Exception while loading External XMLSource in 'document': javax.xml.transform.TransformerException: com.sap.aii.ib.core.mapping.ResourceNotFoundException
The XSLT-function <xsl:value-of select="document('test.xml')//test"/> tries to use the XML document test.xml. But the system don't find this document and thrown an error.
The file test.xml is in the filesystem on the XI server. How can I correctly use this file? How must the path and the filename must be defined?
Thx
manuku