Instead of putting an information in a cell of a XML data table, I want to put an a link to an e-mail, like this
PRODUCT.XML data:
<product>
<ProductName>Chocolate XYZ</productName>
<ProductMaker>Chocolatier</productMaker>
</product>
In the product maker item, I'd like to give acess to the product maker's site, like
<ProductMaker><A HREF="mailto:marketing@chocolatier.com">
Chocolatier</A></productMaker>
I use it in my data file PRODUCT.XML, which is read by PRODUCT.HTM file, but it doesn't appear any link in the page.
Is it possible ?
Thanks,
Michel
PRODUCT.XML data:
<product>
<ProductName>Chocolate XYZ</productName>
<ProductMaker>Chocolatier</productMaker>
</product>
In the product maker item, I'd like to give acess to the product maker's site, like
<ProductMaker><A HREF="mailto:marketing@chocolatier.com">
Chocolatier</A></productMaker>
I use it in my data file PRODUCT.XML, which is read by PRODUCT.HTM file, but it doesn't appear any link in the page.
Is it possible ?
Thanks,
Michel