B4A.UTIL.DOCU.BODY-VCS-DIFF

Summary

%{XML2ATTR,PREFIX=xml,KEY=::}

%{SCRIPT:groovy: def pkg = $attributes.xml.best4Automic.vcs.difference.package def srcType = $attributes.xml.best4Automic.vcs.difference.source.type def srcName = $attributes.xml.best4Automic.vcs.difference.source.name def destType = $attributes.xml.best4Automic.vcs.difference.destination.type def destName = $attributes.xml.best4Automic.vcs.difference.destination.name

$output.append( """\
def added = $attributes.xml.best4Automic.vcs.difference.status.added.number
def removed = $attributes.xml.best4Automic.vcs.difference.status.removed.number
def changed = $attributes.xml.best4Automic.vcs.difference.status.changed.number
$output.append( """\
$output.append( "<h1>Differences</h1>" )
if ( $attributes.xml.best4Automic.vcs.difference.details.added ) {
	$output.append( """\
if ( $attributes.xml.best4Automic.vcs.difference.details.removed ) {
	$output.append( """\
if ( $attributes.xml.best4Automic.vcs.difference.details.changed ) {
	$output.append( """\
	def items = $attributes.xml.best4Automic.vcs.difference.details.changed.item
	if ( items instanceof List ) {
		for ( item : items ) {
			$output.append( """\
Object type
DOCU
Object Folder
PACKAGES/BEST4AUTOMIC/B4A.UTIL/CONFIG
Title
mail body for vcs.Diff
Archive Key 1
-
Archive Key 2
-
Created
WRITER/B4A am: 2022-03-24 08:02:37
Last Modified
WRITER/B4A am: 2023-03-08 08:06:29 9 x
Last Used
-

Text Documentation

%{XML2ATTR,PREFIX=xml,KEY=%(custom.key):%(custom.variable):}

%{SCRIPT:groovy: def pkg = $attributes.xml.best4Automic.vcs.difference.package def srcType = $attributes.xml.best4Automic.vcs.difference.source.type def srcName = $attributes.xml.best4Automic.vcs.difference.source.name def destType = $attributes.xml.best4Automic.vcs.difference.destination.type def destName = $attributes.xml.best4Automic.vcs.difference.destination.name

$output.append( """\
def added = $attributes.xml.best4Automic.vcs.difference.status.added.number
def removed = $attributes.xml.best4Automic.vcs.difference.status.removed.number
def changed = $attributes.xml.best4Automic.vcs.difference.status.changed.number
$output.append( """\
$output.append( "<h1>Differences</h1>" )
if ( $attributes.xml.best4Automic.vcs.difference.details.added ) {
	$output.append( """\
if ( $attributes.xml.best4Automic.vcs.difference.details.removed ) {
	$output.append( """\
if ( $attributes.xml.best4Automic.vcs.difference.details.changed ) {
	$output.append( """\
	def items = $attributes.xml.best4Automic.vcs.difference.details.changed.item
	if ( items instanceof List ) {
		for ( item : items ) {
			$output.append( """\

XML Documentation