|
|
От: |
butcher
|
http://bu7cher.blogspot.com |
| Дата: | 23.12.04 15:05 | ||
| Оценка: | |||
<xsl:template match="data[@name='data1']">
<data name="data1">
<xsl:apply-templates match="document('data.xml')"/>
</data>
</xsl:template>или: <xsl:template match="data[@name='data1']">
<data name="data1">
<xsl:copy-of match="document('data.xml')"/>
</data>
</xsl:template>