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
<order>
    <customerId>194223</customerId>
    <article>
        <articleId>22242</articleId>
        <count>5</count>
    </article>
    <article>
        <articleId>32372</articleId>
        <count>12</count>
        <comment>without stripes</comment>
    </article>
    <article>
        <articleId>23649</articleId>
        <count>2</count>
    </article>
    <deliveryDate>2009-01-23</deliveryDate>
    <payed>true</payed>
</order>

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