*** previous/value-filters.xml	2008-09-28 14:59:48.000000000 +1000
--- current/value-filters.xml	2008-09-28 14:59:53.000000000 +1000
***************
*** 174,180 ****
            <code>
              if (fn:string(#minimum) eq 'INF') then fn:false()
              else if (fn:nilled(.)) then fn:false()
!             else if (xfi:non-numeric(.))) then fn:false() 
              else if (xfi:is-fraction(.)) then fn:true() 
              else if (fn:string(xfi:precision(.)) eq 'INF') then fn:true() 
              else (xfi:precision(.) ge xs:nonNegativeInteger(#minimum+0.0))
--- 174,180 ----
            <code>
              if (fn:string(#minimum) eq 'INF') then fn:false()
              else if (fn:nilled(.)) then fn:false()
!             else if (xfi:is-non-numeric(.))) then fn:false() 
              else if (xfi:is-fraction(.)) then fn:true() 
              else if (fn:string(xfi:precision(.)) eq 'INF') then fn:true() 
              else (xfi:precision(.) ge xs:nonNegativeInteger(#minimum+0.0))
***************
*** 389,394 ****
--- 389,401 ----
            </p>
          </revision>
          
+         <revision ref="person-geoff" day="14" month="04" year="2008">
+           <p>
+             <val>xfi:non-numeric</val> changed to <val>xfi:is-non-numeric</val> to 
+             conform with the function registry as suggested by <personref ref="person-muramoto"/>.
+           </p>
+         </revision>        
+         
        </revisions>
  
      </section>
