【发布时间】:2017-08-23 22:39:54
【问题描述】:
<xsl:if test="../tn:notification/evt0:relationship/evt0:businessInteractionIdentifier/evt0:customerOrderIdentifier/evt0:id/evt0:idContext/evt0:value">
<tns:projectIdentifier>
<tns:idContext>
<tns:value>
<xsl:value-of
select="../tn:notification/evt0:relationship/evt0:businessInteractionIdentifier/evt0:customerOrderIdentifier/evt0:id/evt0:idContext/evt0:value" />
</tns:value>
</tns:idContext>
[Response xsd attached][2]
</tns:projectIdentifier>
这是编写但无法运行的 xsl 代码
【问题讨论】:
-
请发布您的 XML,而不是图片。还请发布一个有效的 XSLT。