【发布时间】:2013-04-25 00:47:19
【问题描述】:
我有一个以下类型的 xml
`<ns:response>
<ns:transport_car>
<ns:transport_model> abc</ns:transport_model>
<ns:transport_model> xyz</ns:transport_model>
</ns:transport_car>
</ns:response>`
我如何格式化这个 xsl 以打印表单文本:
Transport type= car
Model name:
abc xyz
【问题讨论】:
标签: xslt xml-parsing