blob: ee43b9eba42127cee2162e82cba3fd88845eb4b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0"?>
<Message xmlns="http://me.envelope">
<Header>
<Title>My Document</Title>
<From>someone</From>
</Header>
<Body xmlns="http://me.content">
<Item>
<Ref>1234</Ref>
<Info desc="A widget">
<Note>min qty 5</Note>
</Info>
<Quantity>10</Quantity>
</Item>
<Item>
<Ref>99999</Ref>
<Info desc="Miscellaneous">
<Note>add comment</Note>
</Info>
<Quantity>3</Quantity>
</Item>
</Body>
</Message>
|