A public identifier is a document processing construct in SGML and XML.
In HTML and XML, a public identifier is meant to be universally unique within its application scope. It typically occurs in a Document Type Declaration.
A public identifier is meant to identify a document type that may span more than one application. A system identifier is meant for a document type that is used exclusively in one application.
In the following Document Type Declaration, the public identifier is -//W3C//DTD XHTML 1.0 Transitional//EN:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
This entry was posted
on Thursday, July 17th, 2008 at 2:45 am and is filed under document, Uncategorized.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.

Leave a Comment
You must be logged in to post a comment.