Processing Instruction: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Clarify-span}}
WGH (talk | contribs)
Syntax: There's no way XMLDecl and PI are the same thing. For instance, PI must be passed to the application, XMLDecl must not. See the spec.
Line 9:
<source lang="xml"><?PITarget PIContent?></source>
 
The [[XHTML#XML_declaration|XML Declaration]] at the beginning of an XML document (shown below) {{clarify-span|is not a processing instruction|date=March 2013}}, however its similar syntax has often resulted in it being referred to as a processing instruction.<ref name=nutshell/>
<source lang="xml"><?xml version="1.0" encoding="UTF-8" ?></source>