Website Design Edmonton       Website Design Feedback       Website Design Sitemap     Contact Website Design Company
Website Designers R Us - Home
XHTML XForms

XForms: The Future of Forms

XForms give you total control over client-side form entry and are very powerful. XForms are very complicated, and covering them completely is out of the scope of this article. However, the idea is that they use XML. Everything is in the <xforms:model> tag. The form defines generic tags which are specified by XHTML. Something like this will be done:

<xforms:model>
 <xforms:instance>
  <name />
  <age />
  <sex />
 </xforms:instance>
 <xforms:submission action = "post.php" method = "post" />
</xforms:model>

Then, in regular XHTML, you would go ahead and define them however you want.

<input ref = "name">
 <label>Name: </label>
</input>

<input ref = "age">
 <label>Age: </label>
</input>

<input ref = "sex">
 <label>Sex: </label>
</input>

<submit submission = "submit">
 <label>Send</label>
</submit>

There are more complicated things you can do, too, but that is all out of the scope of this article. If you are truly interested in using XForms, check out the specification:

http://www.w3.org/TR/xforms

We are just scratching the surface of what XHTML 2.0 can do. Since it's fully integrated with XML, you can define your own namespaces however you want. The power of XHTML 2.0 is enormous.

 

Return to Listing

Website Designer R Us has over 12 years of IT experience and a focus on custom website design, web development and web hosting services. Our professional web design services will give your business the look and feel needed to beat your competitors! Our website design services include; web design, website redesign, website maintenance, web development, flash animation, eCommerce, shopping carts, domains, web hosting, search engine optimization, graphic design, logo design, blog writing, script installations & much more!
 Home          ::             About Us          ::             Support            ::             Services            ::             Link Partners          ::             Contact

Copyright © 2006-2011 Website Designers R Us, a DOT Specialist Company. All rights reserved.