标签: xml xslt
我有以下时间
<EstimatedTime> <Value>PT0H3M05S</Value> </EstimatedTime>
预期输出
03.05
请提出任何想法。
答案 0 :(得分:0)
如果您的处理器支持 XSLT 2.0 ,则可以使用:
Fragment