PreviousNextIndex

WRITE-COMMENT( ) method

Adds a comment to the XML document represented by a SAX-writer object.

Return type: LOGICAL

Applies to: SAX-writer object handle

Syntax
WRITE-COMMENT( value ) 

value

Call this method to add a comment node to the XML document. You can add comments at any time. The SAX-writer object creates the comment by enclosing the CHARACTER expression in open and close comment markers (<!-- and --!>). For example:

<!-- This is a comment --!> 


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex