xsd - Is this code still valid or too old? XML Field Rules Value Validation -
basically, want value validation there 1 field has number, field1 = # , field2 needs have same # (and give little red error if doesn't).
i'm seeing following:
<fieldrules xmlns="http://urlthatdoesn'texist" xmlns:xsi="http://www.w3.org/2001/xmlschema-instance" xmlns:xsd="http://www.w3.org/2001/xmlschema"> <valuevalidation><booleanrules><booleanrule type="error"> <expression type="winwrap">csng("0" & "%amount%") <> csng("0" & "%amount%") </expression> <message>field1=field2</message> </booleanrule> </booleanrules> </valuevalidation> </fieldrules>
the problem is, i'm trying figure out needed in code , isn't , google isn't pointing me in right direction. need xmlns url?
Comments
Post a Comment