mirror of
https://github.com/pyqt/examples.git
synced 2025-08-27 03:57:08 +00:00
The commits since then moved many files into the src/ subdirectory. This would have broken existing links on the internet. To solve this, we leave the master branch as-is and make such breaking changes on a different branch.
14 lines
302 B
XML
14 lines
302 B
XML
<order>
|
|
<customerId>234219</customerId>
|
|
<article>
|
|
<articleId>21692</articleId>
|
|
<count>3</count>
|
|
</article>
|
|
<article>
|
|
<articleId>24749</articleId>
|
|
<count>9</count>
|
|
</article>
|
|
<deliveryDate>2009-01-23</deliveryDate>
|
|
<payed>yes</payed>
|
|
</order>
|