joe
joe

Reputation: 1

label in xsl - change the text

if i want that some value from the xml insert into the text area in the label in the xsl. how can i do that?

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

Upvotes: 0

Views: 2990

Answers (1)

Paul Tomblin
Paul Tomblin

Reputation: 182782

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

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

Upvotes: 0

Related Questions