Home
Main Introduction Features Constants Statements Database Objects Parser Serial-Communication Samples Misc
Objects>XML Object>Properties>.next
Caravan Business Server>Help>Objects>XML Object> Properties> .next
Name .next
Text usedto access the next node of the same name.
Syntax <caravan>objname(.next)</caravan>
Caravan Business Server>Help>Objects>XML Object> Properties> .node
Name .node
Text used to access a specific node
Syntax <caravan>objname(.node)="nodename"</caravan>
Sample <caravan>xmlvar(.node)="company"</caravan>
Caravan Business Server>Help>Objects>XML Object> Properties> .root
Name .root
Text used to access the root of the object.
Syntax <caravan>objname(.node)=".root"</caravan>
Caravan Business Server>Help>Objects>XML Object> Properties> .previous
Name .previous
Text used to access the previous node of the same name.
Syntax <caravan>objname(.node)=".previous"</caravan>
Caravan Business Server>Help>Objects>XML Object> Properties> .name
Name .name
Text access the name ofthe node.
Syntax <caravan>objname(.name)</caravan>
Caravan Business Server>Help>Objects>XML Object> Properties> .error
Name .error
Text access error.
Syntax <caravan>objname(.error)</caravan>
Caravan Business Server>Help>Objects>XML Object> Properties> .attribute
Name .attribute
Text access the attribute.
Syntax <caravan>objname(attribute)</caravan>
Back