Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 653 Bytes

File metadata and controls

33 lines (25 loc) · 653 Bytes

XMLSAXAddNodeAttr

Description

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

Parameters

Name Type Description
XMLHandle LONGINT
nodeAttrName STRING
nodeAttrValue STRING

Examples

[[VS:XMLSAXBeginDocFile]] or [[VS:XMLSAXBeginDocMemory]].

Version

Availability: from Vectorworks 2011

Category

  • XML SAX