Content deleted Content added
m Dating maintenance tags: {{Clarify-span}} |
→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)
<source lang="xml"><?xml version="1.0" encoding="UTF-8" ?></source>
|