Content deleted Content added
typos; typogr. |
m ISBNs (Build KE) |
||
Line 4:
== Syntax ==
An SGML processing instruction is enclosed within '<? and '>'.<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=
An XML processing instruction is enclosed within '<?' and '?>', and contains a ''target'' and optionally some content, which is the node value, that cannot contain the sequence '?>'.<ref>{{cite book | title = The Internet encyclopedia, Volume 3 | author = Hossein Bidgoli | page = 877 | publisher = John Wiley and Sons | year = 2004 | isbn =
<source lang="xml"><?PITarget PIContent?></source>
|