Z
Zhou Lei
Hello now I'm writing the XSL to transform the XML to an html file, and some
xml elements are:
<user login="loginname">
<name>James Cook</name>
</user>
I need to include the login attribute value in my target HTML file, and
concatenate the value with @my.addr.com. So my target HTML code will be
<a href="mailto:[email protected]">
James Cook
</a>
Anyone can give me some suggestions on it, thank you.
xml elements are:
<user login="loginname">
<name>James Cook</name>
</user>
I need to include the login attribute value in my target HTML file, and
concatenate the value with @my.addr.com. So my target HTML code will be
<a href="mailto:[email protected]">
James Cook
</a>
Anyone can give me some suggestions on it, thank you.