Processing Instruction: Difference between revisions

Content deleted Content added
m corrected: contraction --> genitive pronoun (its)
Line 9:
<source lang="xml"><?PITarget PIContent?></source>
 
The XML Declaration at the beginning of an XML document (shown below) is not a processing instruction, however it'sits 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>