OtherTag Event
See Also Example Applies To
Fired when an unhandled "<?" or "<!" is found in the XML document.
Syntax
Private Sub object_OtherTag (Content , StartPostion)
| Part |
Description |
| object |
An object expression that evaluates to an XMLSAXParser object. |
| Content |
Required. A string with the contents of the tag. |
| StartPosition |
Required. A long integer with the start position in bytes of the tag in the XML document. |
|