php - Want hyperlink in XML file -


i want set hyperlink in image in xml file.

here code of xml file..

<logos> <logo id="1" name="abc" path="abc.jpg" x="23" y="4" height="10" width="60"/> <logo id="2" name="xya" path="xyz.jpg" x="50" y="`4" height="20" width="40"/> </logos> 

i want set hyperlink in image.

thanks in advance.

kanak vaghela

xml generic data format. doesn't have hyperlink capabilities. specific xml application can (xhtml, example, has a element).

if xml application using doesn't include describe hyperlinks, need change it, possibly importing namespace (such xlink).

the software consumes application have updated add support change make language.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -