Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 719 Bytes

File metadata and controls

32 lines (25 loc) · 719 Bytes

XMLSAXAddNodeAttr

Description

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

Parameters

Name Type Description
XMLHandle LONGINT
nodeAttrName STRING
nodeAttrValue STRING

Examples

XMLSAXBeginDocFile or XMLSAXBeginDocMemory.

Version

Availability: from Vectorworks 2011

Category