NewFromRecord (XmlDoc function)

From m204wiki
Jump to navigation Jump to search

Create a new XmlDoc from the current record (XmlDoc class)

[Requires Janus SOAP]


Syntax

%doc = [%(XmlDoc):]NewFromRecord[( [AttributeValues= boolean], - [AttributeNames= boolean], - [NamesToLower= boolean], - [AllowUnreversible= boolean], - [CodepageTable= boolean], - [Base64Encode= boolean], - [CharacterMap= characterToUnicodeMap], - [Allownull= boolean], - [Recordnumber= number], [File= string])] Throws CharacterTranslationException

Syntax terms

%xmlDocxmlDoc
(XmlDoc) The class name in parentheses denotes a shared method. NewFromRecord can also be invoked via a XmlDoc object variable, which may be null.
attributeValues Boolean object
attributeNames Boolean object
namesToLower Boolean object
allowUnreversible Boolean object
codepageTable Boolean object
allowNull Boolean object

Usage notes

?? this page needs creating

Examples

See also