- From: anand awasthi <anand-awasthi@usa.net>
- Date: 6 Feb 2001 12:06:44 MST
- To: zvon@list.zvon.org, xerces-j-dev@xml.apache.org, xmlschema-dev@w3.org
Hi, my question is that if define my schema like following : <attributeGroup name="trigger-attribute-group"> <attribute name="XYZ()" value=" ((X < 20) && (Y > 400)) || (Z == 45) "/> <attribute name="ABC()" value="MAX(J:TT) == 20"/> </attributeGroup> i want functions XYZ()/ABC() to be trigeered if the condtion in value attrbute is true.... can i parse my schmea for relational and logical operators/...does schema provides these operator supports ..or you couls pls suugest some better option....but definitely i dont want to do this in my java program... tx Anand ____________________________________________________________________ Get free email and a permanent address at http://www.netaddress.com/?N=1
Received on Tuesday, 6 February 2001 14:06:46 UTC