All Elements
ELEMENT: <?XML?>
The
<?XML?>
tag indicates that a file should be parsed as XML. When used, this tag must be placed at the very beginning of a file.
Syntax:
<?XML version="version_info" ?>
Attribute: version
The
version
attribute defines the version number of the XML specification.
The following sample code illustrates the use of this tag.
<?XML version="1.0" ?>
<!-- Filename: demo.wsf-->
<package>
<job>
<script language="VBScript">
WScript.Echo "Hello World!"
</script>
</job>
</package>
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information