Introduction

HTML (DHTML)

VML Reference

Internet Development Index

This document gives a complete detailed reference to the implementation of the Vector Markup Language (VML) that is shipped with Microsoft Office 2000. Other implementations may vary. Consult the VML specificationNon-MS link  for more information about VML as a standard.

VML is defined as a set of XML elements and the corresponding attributes for each element. Since the Shape element is the basic building block of VML, click here to begin the reference.

Note that this reference contains several examples and demos. You must have Microsoft Internet Explorer 5 or greater.0 installed to view the live VML.

In addition to the information about using elements and attributes as XML tags that extend HTML, this reference contains syntax and examples that show how to use the scripting and the Document Object Model features of Internet Explorer 5 or greater. Using script with VML enables you to create elements "on the fly" and manipulate attributes in real time.

This reference uses VBScript for all scripting examples. If you use JavaScript, you must match the case of all element and attribute names. The reference gives scripting syntax that is correct for case-sensitive languages such as JavaScript. If in doubt about the correct case, you can use an object browser (such as OLEView) on the VGX.DLL to determine the exact case of an element or attribute. Note that when VML is used as XML tags, the elements and attributes are not case-sensitive.

The VML Reference