Question - Whether graphics can be used in XML? If so, How?
Answer -
Yes, Graphics can be included in XML by using XLink and XPointer specifications. It supports graphic file formats like GIF, JPG, TIFF, PNG, CGM, EPS and SVG.
XLink:
xlink:type="simple"
xlink:href="http://show.com/Cinema.gif"
xlink:show="new">
XPointer:
xlink:type="simple"
xlink:href="http://show.com/Cinema.gif#Shownumber"
xlink:show="new">
Comment(S)
Show all Coment
Leave a Comment
|