XMLCanonicalizingWriter.WriteRaw

Syntax:

WriteRaw(<Text>)

Parameters:

<Text> (required)

Type: String.
Text that is inserted into an open XML fragment or document without processing.

Description:

You can use it to write a raw XML text fragment to the resulting text. E.g., you can use this method to prepare an XML document fragment and insert it into the target document.

Availability:

Thin client, server, thick client, external connection, Mobile application (client), Mobile application (server).

Note:

You should be very careful using this method because located fragment is not checked, that can make the XML-document syntactically incorrect.

Example:

XMLRecord.WriteRaw("<fruit>apple</fruit>");

    

1C:Enterprise Developer's Community