Extensible Markup Language(XML): Introduction Creating XML Documents XML style Sheet Hyperlinks in XML Document Object Model XML Query Language
XML uses XLink to provide hyperlinking capabilities similar to (and more flexible than)
HTML.
Purpose
of XLink
• Allows any XML element to act as a hyperlink.
• Supports linking to internal or external documents.
Types of Links
Type
Description
Simple Link Works like HTML <a> hyperlink
Extended Link Connects multiple documents/resources
XLink
Attributes
• xlink:href → Specifies link target
• xlink:type → Specifies link type (simple / extended)
Advantages
• More descriptive and flexible linking
• Useful in technical documentation, digital libraries, and
distributed systems.
No comments:
Post a Comment