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" &amp; "%amount%") &lt;&gt; csng("0" &amp; "%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

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -