Content deleted Content added
Apesteilen (talk | contribs) m corrected: contraction --> genitive pronoun (its) |
|||
Line 13:
== Examples ==
The most common use of a processing instruction is to request the XML document be rendered using a [[stylesheet]] using the 'xml-stylesheet' target, which was
<source lang="xml"><?xml-stylesheet type="text/xsl" href="style.xsl"?></source>
<source lang="xml"><?xml-stylesheet type="text/css" href="style.css"?></source>
|