From ce08ba4689b54f8e27a5418f490d9c87fe71cc78 Mon Sep 17 00:00:00 2001 From: senator Date: Tue, 17 Nov 2009 10:43:45 +0000 Subject: moved all .osin. instances from any instance containing it to the end of the instance. I have checked to find errors but NOT very thoroughly. The XML files might contain errors, but i will correct these, if any, when i encounter them later on --- server/xml/macros/example.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'server/xml/macros/example.xml') diff --git a/server/xml/macros/example.xml b/server/xml/macros/example.xml index d9710ec..eef6a18 100644 --- a/server/xml/macros/example.xml +++ b/server/xml/macros/example.xml @@ -16,13 +16,13 @@ -- Check for the existence of each level. if( lensmeter and - lensmeter.odxt and - lensmeter.odxt.cyl and - lensmeter.odxt.cyl.value and - lensmeter.odxt.cyl.timestamp ) + brillemaaler.odxt and + brillemaaler.cyl.odxt and + brillemaaler.cyl.value.odxt and + brillemaaler.cyl.timestamp.odxt ) then - timestamp = lensmeter.odxt.cyl.value - value = lensmeter.odxt.cyl.value + timestamp = brillemaaler.cyl.value.odxt + value = brillemaaler.cyl.value.odxt end return value, timestamp, source -- cgit v1.2.3