Processing Instruction: Difference between revisions

Content deleted Content added
Rescuing 1 sources and tagging 0 as dead. #IABot (v1.6.5)
Rescuing 2 sources and tagging 0 as dead.) #IABot (v2.0) (Quuux - 4417
Line 4:
 
== Syntax ==
An SGML processing instruction is enclosed within <code><?</code> and <code>></code>.<ref>{{cite book |title= SGML and HTML Explained |last= Bryan |first= Martin |publisher= Addison Wesley Longman |year= 1997 |url= http://www.is-thought.co.uk/book/sgml-8.htm#PI |isbn= 0-201-40394-3 |access-date= 2010-08-18 |archive-url= https://web.archive.org/web/20151105170312/http://www.is-thought.co.uk/book/sgml-8.htm#PI |archive-date= 2015-11-05 |url-status= dead }}</ref>
 
An XML processing instruction is enclosed within <code><?</code> and <code>?></code>, and contains a ''target'' and optionally some content, which is the node value, that cannot contain the sequence <code>?></code>.<ref>{{cite book | title = The Internet encyclopedia, Volume 3 | author = Hossein Bidgoli | page = 877 | publisher = John Wiley and Sons | year = 2004 | isbn = 0-471-22203-8}}</ref>
Line 26:
== External links ==
* [http://www.w3.org/TR/REC-xml/#sec-pi XML specification section: Processing Instructions]
* [https://web.archive.org/web/20160303185749/http://www.dpawson.co.uk/xsl/sect2/N6145.html XSLT FAQ: Processing Instructions], Dave Pawson
* [https://developer.mozilla.org/en/XSLT/processing-instruction xslt:processing-instruction], Mozilla