[Home] [By Thread] [By Date] [Recent Entries]
]
] What XSL do I need to get from
] <mylink>
] www.yahoo.com
] </mylink>
]
] to
]
] <a href="www.yahoo.com">Click Here</a>
<xsl:template match="mylink">
<a href="{normalize(.)}">Click Here</a>
</xsl:template>
David
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



