Write XML using SAX, adds a node attributes to a node begun with [[VS:XMLSAXBeginNode| 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 |
[[VS:XMLSAXBeginDocFile]] or [[VS:XMLSAXBeginDocMemory]].
Availability: from Vectorworks 2011
- XML SAX