私は以下のようにxslファイルを持っている:
-------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--------
ローカルパスにxmlファイルがあります。このxslファイルを使用して、私はxslファイルでeneterdとしてイメージを表示するmhtファイルを作成しています
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
私はXMLリンクがmhtファイルに埋め込まれているのを見ていません。 xslファイルのxml urlをリンク/追加する方法と、その行をどこに追加すればいいですか?
前もって感謝します