caseyctg
09-25-2008, 08:21 PM
Hey All, I am trying to import my weblinks into a text area component. I am usingh xml connector to bind the data fields to the text area from a list component. Here is a picture of how I am trying to do it.
http://www.caseygovero.com/Picture%202.png
I am trying to write a string so that when the link is imported into the text area component, it is a live link, not just the url. SO I am trying to use compose string to write a formula persay to format the text upon import and add an html anchor link. Here is how I am trying to do it:
"<a href=\""+<Website>+" \">"+<Website>+"</a>";
something like that....only this doesn't work. Does anyone know how to write a string that will format the <Website> node in the xml and make it a live link?
http://www.caseygovero.com/Picture%202.png
I am trying to write a string so that when the link is imported into the text area component, it is a live link, not just the url. SO I am trying to use compose string to write a formula persay to format the text upon import and add an html anchor link. Here is how I am trying to do it:
"<a href=\""+<Website>+" \">"+<Website>+"</a>";
something like that....only this doesn't work. Does anyone know how to write a string that will format the <Website> node in the xml and make it a live link?