Guest User

Untitled

a guest
Feb 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. <Operation name="AddDashes">
  2. <!--logic to add dashes to user inputted text-->
  3. </Operation>
  4.  
  5. <field id=CustomerSSN>
  6. <switch>
  7. <case comment="Data properly formatted">
  8. <text/>
  9. </case>
  10. <case comment="Data not properly formatted">
  11. <input>
  12. <Operation ref="AddDashes"/>
  13. </input>
  14. </case>
  15. </switch>
  16. </field>
Add Comment
Please, Sign In to add comment