Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The purpose of a prefix in an XML tag is to differentiate tags that have the same name but belong to different namespaces. It is a short label that is added to the beginning of the tag name and followed by a colon. The prefix is then associated with a namespace using a namespace declaration. This allows different XML vocabularies to be used together without name collision.