Skip to content

Tag Archives: quot quot

is it possible to add a link inside of a xml node? if so, how?

for instance… how would you do it so you could link someone within a xml node… ex: <wrapper><a href="">ddd</a></wrapper>

I’m creating a dropdown list in xml and one of the option values includes quotes. How do I make this work?

Here’s the code I want: <param name="dropdown1" type="list" default="" label="dropdown1" description=""> <option value="class="classname"">classname</option> </param> I really don’t know xml… Thanks Yahoo Answers cut off </option> \" doesn’t work…

How do I insert a picture in my XML document ?

I have tried to use: <html:img src="c100.jpg" alt="" /> Thanks for your help

Does anyone know how to insert a picture in an XML document?

I have tried to insert the image using the following code, however I get an error message: <html:img src="Festival.jpg" alt="" /> Thanks for your help