JavaScript Editor Free JavaScript Editor     JavaScript Debugger


Main Page

Previous Page
Next Page

6.7. Processing Instructions

In addition to the XML declaration META tag, there is something called a processing instruction that also uses the <? and ?>. At first glance, processing instructions appear to be the same as the XML declaration, but they have different capabilities and serve a different purpose. For example, unlike an XML declaration, a processing instruction can appear anywhere in an XML document. Also, processing instructions are used to pass information to an application that can read the XML document.


Previous Page
Next Page

→→



JavaScript Editor Free JavaScript Editor     JavaScript Debugger


©