XML Prolog | |||
An XML document typically starts with a prolog. A prolog helps:
The prolog is optional, but it is a good practice to include it in an XML document. In the code snippet on the right, the prolog is: <?xml version="1.0" encoding="ISO-859-1" standalone="yes"?> |
|
||
Click the Next button to continue. |