HTML Integration at Document Level
This example shows an integration of the XMLSpy control at document-level into a HTML page. The following topics are covered:
•Instantiate a XMLSpyControl ActiveX control object in HTML code
•Instantiate a XMLSpyControlDocument ActiveX control to allow editing a XMLSpy file
•Instantiate one XMLSpyControlPlaceHolder to alternatively host one of the XMLSpy helper windows
•Instantiate one XMLSpyControlPlaceHolder ActiveX control to show the XMLSpy validation output window
•Create a simple custom toolbar for some heavy-used XMLSpy commands
•Add some more buttons that use the COM automation interface of XMLSpy
•Use event handlers to update command buttons
This example is available in its entirety in the file XMLSpyActiveX_DocumentLevel.htm within the <ApplicationFolder>\Examples\ActiveX\HTML\ folder of your XMLSpy installation.