i am outputting contents of an xml file into html via xsl. for instance, i have a <block> tag and in it there is an <lnk> tag such as this: <block>content goes <lnk name=linktowherever>here</lnk></block>, i print out the block contents with the value-of tag, but how do i replace those lnk tags so that they become themselves a link.