Newbies chirag Posted March 26, 2003 Newbies Posted March 26, 2003 HI I have the following XML source file which has to be converted into HTML file using XSL <?xml version="1.0"?> <root> <emailaddress> [email protected] </emailaddress> </root> i want to know how to provide a hyperlink for emailaddress using <a href="mailto:..." in the resulting HTML which will be generated by a XSL stylesheet. plz help cheers chirag
beverly Posted May 7, 2003 Posted May 7, 2003 try: <a> <xsl:attribute name="href"><xsl:value-of select="emailaddress"></xsl:attribute> Email address </a>
Recommended Posts
This topic is 7871 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now