What is a Processing Instruction ?

Processing Instructions provide a way to send instructions to computer programs or applications.  They are enclosed within "<?" and "?>" tags.

<? xml:stylesheet type="text/xsl" href="styler.xsl" ?>

xml:stylesheet                                -    Application name

type="text/xsl" href="styler.xsl"       -    Instructions to the application