ik heb een xsl-bestand zoals hieronder:
-------Begin------
<?xml version="1.0" encoding="utf-8"?>
<html>
<body>
Content Cert the following App Images
APPX Images
<table border="1">
<tr bgcolor="rgb(0,176,240)">
<th>Images</th>
</tr>
<tr>
<td>
</td>
</tr>
</table>
</body>
</html>
--------end--------
ik heb een XML-bestand in mijn lokale pad. met behulp van dit xsl-bestand maak ik een mht-bestand aan dat de afbeelding weergeeft zoals ik deze heb ingevoerd in het xsl-bestand
Now i am trying to link the xml file which is already present in my loacl path in the xsl file. i have tried using the
Ik zie niet dat de xml-link wordt ingesloten in het mht-bestand. zou je alsjeblieft kunnen helpen bij het linken/toevoegen van de xml-URL in het xsl-bestand en waar zou ik die regel code moeten toevoegen?
bij voorbaat dank