2
Answers

images in xml/xsl transform newbie question

darinmalcom

darinmalcom

20y
1.5k
1
I am trying to store an article in an xml file and use an xsl transform to create an html version of the article. I am having no problems with the article text, heading and etc. however i wish to place a simple image tag that gets the image url from the xml file and outputs the tag to the html. I am a newcomer to xml and have been unable to make this work. any help would be greatly appreciated.
Answers (2)
0
Administrator

Administrator

Admin 2.3k 1.3m 21y
Thank You!! This was what I needed to find :)
0
Administrator

Administrator

Admin 2.3k 1.3m 21y
to use any custom or such library in VS.NET you need to add the reference first. right click on References in the Solution Explorer then select Add Reference you'll be able to search the ".NET", "COM" and also Browse for the component. Forget the projects unless you are writing a component. Good Luck