Write XML using SAX, adds a node attributes to a node begun with XMLSAXBeginNode.
FUNCTION XMLSAXAddNodeAttr(
XMLHandle : LONGINT;
nodeAttrName : STRING;
nodeAttrValue : STRING): INTEGER;def vs.XMLSAXAddNodeAttr(XMLHandle, nodeAttrName, nodeAttrValue):
return INTEGER| Name | Type | Description |
|---|---|---|
| XMLHandle | LONGINT | |
| nodeAttrName | STRING | |
| nodeAttrValue | STRING |
XMLSAXBeginDocFile or XMLSAXBeginDocMemory.
Availability: from Vectorworks 2011