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

SAP Web Service from .NET via WCF -

Optimized Line drawing in QT -

datetime - str to time in python -