开发者

label in xsl - change the text

开发者 https://www.devze.com 2023-01-02 07:17 出处:网络
if i want that some value from the xml insert into the text area in the label in the xs开发者_开发百科l. how can i do that?

if i want that some value from the xml insert into the text area in the label in the xs开发者_开发百科l. how can i do that?

for example if i want that the ID attribute inser into the label foreach ID.


Your question is kind of vague, but here's my guess as to what you want.

<label><xsl:value-of select="/foo/bar/"/></label>
0

精彩评论

暂无评论...
验证码 换一张
取 消