Free W3C XML Schema Made Simple Tutorial

Feb
07

W3C XML Schema Made Simple

Posted by admin

It’s easy to learn and use W3C XML Schema once you know how toavoid the pitfalls. You should at least learn the followingthings. Do use element declarations, attribute groups, model groups, and simple types. Do use XML namespaces as much as possible. Learn the correct way to use them. Do not try to be a master of XML Schema. It would take months. Do not use complex types (why?), attribute declarations (why?), or notations (why?). Do not use local declarations (why?). Do not us 
continue >>

Add A Comment