IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

XML Schema Validation Example

Using Qt XML Patterns to validate XML with a W3C XML Schema.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

XML Schema Validation Example

 
Sélectionnez
<recipe>
    <title>Cheese on Toast</title>
    <ingredient name="Bread" quantity="2" unit="slices"/>
    <ingredient name="Cheese" quantity="2" unit="slices"/>
    <time quantity="3" unit="days"/>
    <method>
        <step>1. Slice the bread and cheese.</step>
        <step>2. Grill one side of each slice of bread.</step>
        <step>3. Turn over the bread and place a slice of cheese on each piece.</step>
        <step>4. Grill until the cheese has started to melt.</step>
        <step>5. Serve and enjoy!</step>
    </method>
    <comment>Tell your friends about it!</comment>
</recipe>

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+