File: syncml-012.xml

package info (click to toggle)
wbxml2 0.11.10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,320 kB
  • sloc: ansic: 12,724; xml: 6,399; perl: 294; sh: 200; makefile: 8; cpp: 7
file content (51 lines) | stat: -rw-r--r-- 1,605 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<!DOCTYPE SyncML PUBLIC "-//SYNCML//DTD SyncML 1.1//EN" "http://www.syncml.org/docs/syncml_represent_v11_20020213.dtd">
<SyncML>
    <SyncHdr>
        <VerDTD>1.1</VerDTD>
        <VerProto>DM/1.1</VerProto>
        <SessionID>0</SessionID>
        <MsgID>0</MsgID>
        <Target>
            <LocURI>My_SyncML_DM_Device</LocURI>
        </Target>
        <Source>
            <LocURI>http://www.TheUltimateManagementServer.com</LocURI>
        </Source>
    </SyncHdr>
    <SyncBody>
        <Add>
            <CmdID>1</CmdID>
            <Item>
                <Target>
                    <LocURI>
                    ./SyncML/DMAcc/UltimateManagement
                    </LocURI>
                </Target>
                <Meta>
                    <Format xmlns="syncml:metinf">node</Format>
                </Meta>
                <Data/>
            </Item>
            <Item>
                <Target>
                    <LocURI>./SyncML/DMAcc/UltimateManagement/Addr</LocURI>
                </Target>
                <Data>www.TheUltimateManagementServer.com</Data>
            </Item>
            <Item>
                <Target>
                    <LocURI>./SyncML/Con/My_ISP</LocURI>
                </Target>
            </Item>
            <Item>
                <Target>
                    <LocURI>./SyncML/Con/My_ISP/PX/Addr</LocURI>
                </Target>
                <Data>123.123.123.123</Data>
            </Item>
            <!--...and so on until all bootstrap parameters are transferred.-->
        </Add>
        <Final/>
    </SyncBody>
</SyncML>