Question
FOSI comparison
There may be a more direct FOSI-ish way to do it, but as a last resort,
I would assume you could do it using an ACL SYSTEM_FUNC, something along
these lines:
<att>
<specval attname="fosicompare" attloc="SYSTEM-FUNC<br"/><">http://localhost:62953/aeFosi/help1325.html?queryId=135f845da96> "
attval="#NONE">
<charsubset>
<usetext source="\This" element=" has=" no=" content\"=">
</usetext>
</charsubset>
</att>
in doctype.acl:
function fosicompare(window, oid) {
# compare A.txt and B.txt, return 1 if they are equal
return (fosivar_value(window, "A.txt", oid)==fosivar_value(window,
"B.txt", oid));
}
--Clay
Clay Helberg
Senior Consultant
TerraXML
I would assume you could do it using an ACL SYSTEM_FUNC, something along
these lines:
<att>
<specval attname="fosicompare" attloc="SYSTEM-FUNC<br"/><">http://localhost:62953/aeFosi/help1325.html?queryId=135f845da96> "
attval="#NONE">
<charsubset>
<usetext source="\This" element=" has=" no=" content\"=">
</usetext>
</charsubset>
</att>
in doctype.acl:
function fosicompare(window, oid) {
# compare A.txt and B.txt, return 1 if they are equal
return (fosivar_value(window, "A.txt", oid)==fosivar_value(window,
"B.txt", oid));
}
--Clay
Clay Helberg
Senior Consultant
TerraXML

