href タグと画像ソースのすべてのhttp://インスタンスをhttps://に置き換えようとしています
<xsl:for-each select="item[position()<2 and position()> 0]"><!-- display 1 - skip none -->
<article class="395by265-Presentation">
<a href="{link}" target="_blank">
<img src="" width="395" height="265" alt="{title}" border="0" class="FBAPP"><xsl:attribute name="src">
<xsl:value-of disable-output-escaping="yes" select="enclosure/@url"/></xsl:attribute>
</img>
<div class="synopsis"><xsl:value-of select="description"/></div>
</a>
</article>
</xsl:for-each>
どんな助けでも感謝します。
XSLT 1.0 を使用しています。
HTTP のすべてのインスタンスにアクセスして置き換えようとしています。