XmlSetSybValue – Function

Description

This function copies the value of the variable having the symbol specified in szSyb to the output string. It assumes that the symbol of the variable has been embedded in the Runtime Service.

This function enables the automation of data exchange between XML data and the Runtime Service. For example, you can find the symbol of a variable in a tag attribute and the value in another one.

Inputs

Input

Data type

Description

szSyb

STRING

Symbol of the variable.

value

STRING

Value to be assigned to the variable, formatted as STRING.

keepCase

BOOL

Default is FALSE as normally all embedded symbols are turned uppercase by the compiler. Must be TRUE if the Keep case of embedded symbols compiling option is set.

Outputs

Output

Data type

Description

bOK

DINT

Non zero if successful.

Fixed_Image See also

Memory management / Miscellaneous

XmlManager: Main gatherer of XML data in memory.

XmlLastError: Get detailed error report about last call.

Reading/writing documents

XmlNewDoc: Create an empty XML document.

XmlFreeDoc: Release a XML document from memory.

XmlParseDocTxb: Parse a XML document from text buffer.

XmlParseDocFile: Parse a XML document form file.

XmlWriteDocTxb: Format XML data to text buffer.

XmlWriteDocFile: Format XML data to file.

Exploring a XML document

XmlGetTagName: Get name of a XML tag.

XmlCheckTagName: Test the name of a XML tag.

XmlGetTagCont: Get tag contents as STRING.

XmlGetTagContT: Get tag contents as text buffer.

XmlGetTagAttrib: Get tag attribute.

XmlFirstChild: Start enumerating child tags.

XmlNextChild: Enumerate child tags

Building a XML document

XmlSetTagAttrib: Set tag attribute.

XmlSetTagCont: Set tag contents with STRING.

XmlSetTagContT: Set tag contents with text buffer.

XmlAddChild: Add a child tag.

Exchanging variables using their name

XmlGetSybValue: Get variable value using its symbol.

XmlSetSybValue: Set variable value using its symbol.


Created with the Personal Edition of HelpNDoc: Free EPub and documentation generator