displaying an image with the path in the xml?
-
Hi i have the following code in my xml... C:\Reports\GR_Logo.jpg How do i call this in the
Thank you in advance. "Many of life's failures are people who did not realize how close they were to success when they gave up." Thomas A. Edison
-
Hi i have the following code in my xml... C:\Reports\GR_Logo.jpg How do i call this in the
Thank you in advance. "Many of life's failures are people who did not realize how close they were to success when they gave up." Thomas A. Edison
You can take value of LogoPath tag in a xsl:variable and then assign that varible to src attribute of img tag like
Sushant Mathur Bangalore, INDIA. http://n.domaindlx.com/fun2ssh/HOME.htm
-
You can take value of LogoPath tag in a xsl:variable and then assign that varible to src attribute of img tag like
Sushant Mathur Bangalore, INDIA. http://n.domaindlx.com/fun2ssh/HOME.htm
Thanks, that worked like a charm. but i didn't use it exactly like you did. I only said...
This used the tag caled LogoPath. Would you by any chance know how to embed this image into the html? Say i send this html that gets generated to someone else, and that person doesn't have the image in the path specified... Thank you for your time. Nico "Many of life's failures are people who did not realize how close they were to success when they gave up." Thomas A. Edison
-
Thanks, that worked like a charm. but i didn't use it exactly like you did. I only said...
This used the tag caled LogoPath. Would you by any chance know how to embed this image into the html? Say i send this html that gets generated to someone else, and that person doesn't have the image in the path specified... Thank you for your time. Nico "Many of life's failures are people who did not realize how close they were to success when they gave up." Thomas A. Edison
You can use XSLT to create HTML page of your XML data and image should be there..means path you have specified...same like in HTML we have imgae in the source location... hope i have replied answer of your question correctly :)
Sushant Mathur Bangalore, INDIA. http://n.domaindlx.com/fun2ssh/HOME.htm
-
You can use XSLT to create HTML page of your XML data and image should be there..means path you have specified...same like in HTML we have imgae in the source location... hope i have replied answer of your question correctly :)
Sushant Mathur Bangalore, INDIA. http://n.domaindlx.com/fun2ssh/HOME.htm
Yes thank you, i understand what you mean. I can display the picture, but if i want to send the html (that was generated by the xml and xsl) i need to send the image along with it otherwise it won't display. How do i embed an image so that the image is part of the html in the end?
"Many of life's failures are people who did not realize how close they were to success when they gave up." Thomas A. Edison