Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 567 Bytes

File metadata and controls

31 lines (23 loc) · 567 Bytes

XMLSAXAddNodeValue

Description

Write XML using SAX, adds a node value to a node begun with [[VS:XMLSAXBeginNode| XMLSAXBeginNode]].

FUNCTION XMLSAXAddNodeValue(
				XMLHandle : LONGINT;
				nodeValue : STRING): INTEGER;
def vs.XMLSAXAddNodeValue(XMLHandle, nodeValue):
    return INTEGER

Parameters

Name Type Description
XMLHandle LONGINT
nodeValue STRING

Examples

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

Version

Availability: from Vectorworks 2011

Category

  • XML SAX