Discuss this help topic in SecureBlackbox Forum
This event is fired during processing of an XML node.
Declaration
Parameters
- Element - the XML Element being fomatted.
- EndTagWhitespace - string which specifies whitespace before current closing tag.
- Level - nesting level of the current XML element.
- Path - path to the current XML element.
- StartTagWhitespace - string which specifies whitespace at the beginning of the current tag.
- pcPath - path to the current XML element.
- szPath - the length of pcPath.
- pcStartTagWhitespace - string which specifies whitespace at the beginning of the current tag.
- szStartTagWhitespace - the length of pcStartTagWhitespace.
- pcEndTagWhitespace - string which specifies whitespace before current closing tag.
- szEndTagWhitespace - the length of pcEndTagWhitespace.
Description
This event is fired when a message is being saved.
The event handler could be used to format the output, e.g., add whitespaces before each XML element.
Discuss this help topic in SecureBlackbox Forum