我是新来的,我需要 xslt 转换方面的帮助,在源 xml 中存在对另一个 xml 的引用,我如何从外部 xml 访问数据?,有些喜欢 <xsl:value-of select="NewsItemRef/externaldata"/>
,请帮帮我。
xml 包含对其他 xml 的引用。
<NewsComponent>
<NewsLines>
<HeadLine>some description</HeadLine>
</NewsLines>
<NewsItemRef NewsItem="ref_external.xml"/>
</NewsComponent>
我想从引用的外部 xml 中获取数据