Skip to main content

%XML.FileCharacterStream

stream class %XML.FileCharacterStream extends %Library.FileCharacterStream

Stream class that stores XML character data in external files.

Parameters

parameter CONTENT = MIXED;
XML element content "MIXED" for mixed="true" (default) and "STRING" or "ESCAPE" for mixed="false". If CONTENT="STRING" XML special characters are put in a CDATA section during XML export. If CONTENT="ESCAPE" XML special characters are escaped during XML export. If CONTENT="ESCAPE-C14N" XML special characters are escaped during XML export using the translate table, XMLC, specified for XML Canonicalizaton. The main difference is that CR is escaped as 
parameter ESCAPE = XML;
Controls the translate table used to escape content when CONTENT="MIXED" is specified.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab