unhappymapper 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +479 -0
- data/TODO +0 -0
- data/lib/happymapper/attribute.rb +3 -0
- data/lib/happymapper/element.rb +3 -0
- data/lib/happymapper/item.rb +250 -0
- data/lib/happymapper/text_node.rb +3 -0
- data/lib/happymapper.rb +574 -0
- data/spec/fixtures/address.xml +8 -0
- data/spec/fixtures/ambigous_items.xml +22 -0
- data/spec/fixtures/analytics.xml +61 -0
- data/spec/fixtures/analytics_profile.xml +127 -0
- data/spec/fixtures/commit.xml +52 -0
- data/spec/fixtures/current_weather.xml +89 -0
- data/spec/fixtures/dictionary.xml +20 -0
- data/spec/fixtures/family_tree.xml +21 -0
- data/spec/fixtures/inagy.xml +86 -0
- data/spec/fixtures/lastfm.xml +355 -0
- data/spec/fixtures/multiple_namespaces.xml +170 -0
- data/spec/fixtures/multiple_primitives.xml +5 -0
- data/spec/fixtures/pita.xml +133 -0
- data/spec/fixtures/posts.xml +23 -0
- data/spec/fixtures/product_default_namespace.xml +17 -0
- data/spec/fixtures/product_no_namespace.xml +10 -0
- data/spec/fixtures/product_single_namespace.xml +10 -0
- data/spec/fixtures/quarters.xml +19 -0
- data/spec/fixtures/radar.xml +21 -0
- data/spec/fixtures/statuses.xml +422 -0
- data/spec/fixtures/subclass_namespace.xml +50 -0
- data/spec/happymapper_attribute_spec.rb +21 -0
- data/spec/happymapper_element_spec.rb +21 -0
- data/spec/happymapper_item_spec.rb +115 -0
- data/spec/happymapper_spec.rb +941 -0
- data/spec/happymapper_text_node_spec.rb +21 -0
- data/spec/happymapper_to_xml_namespaces_spec.rb +196 -0
- data/spec/happymapper_to_xml_spec.rb +196 -0
- data/spec/ignay_spec.rb +95 -0
- data/spec/spec_helper.rb +7 -0
- data/spec/xpath_spec.rb +88 -0
- metadata +150 -0
@@ -0,0 +1,127 @@
|
|
1
|
+
<feed xmlns='http://www.w3.org/2005/Atom' xmlns:dxp='http://schemas.google.com/analytics/2009' xmlns:openSearch='http://a9.com/-/spec/opensearch/1.1/' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='W/"CU4CSXo_cCp7I2A9Wx9RGU0."' gd:kind='analytics#accounts'>
|
2
|
+
<id>http://www.google.com/analytics/feeds/accounts/someuser@gmail.com</id>
|
3
|
+
<updated>2010-12-20T19:59:28.448-08:00</updated>
|
4
|
+
<title>Profile list for someuser@gmail.com</title>
|
5
|
+
<link rel='self' type='application/atom+xml' href='https://www.google.com/analytics/feeds/accounts/default'/>
|
6
|
+
<author>
|
7
|
+
<name>Google Analytics</name>
|
8
|
+
</author>
|
9
|
+
<generator version='1.0'>Google Analytics</generator>
|
10
|
+
<openSearch:totalResults>9</openSearch:totalResults>
|
11
|
+
<openSearch:startIndex>1</openSearch:startIndex>
|
12
|
+
<openSearch:itemsPerPage>9</openSearch:itemsPerPage>
|
13
|
+
<dxp:segment id='gaid::-1' name='All Visits'>
|
14
|
+
<dxp:definition> </dxp:definition>
|
15
|
+
</dxp:segment>
|
16
|
+
<dxp:segment id='gaid::-2' name='New Visitors'>
|
17
|
+
<dxp:definition>ga:visitorType==New Visitor</dxp:definition>
|
18
|
+
</dxp:segment>
|
19
|
+
<dxp:segment id='gaid::-3' name='Returning Visitors'>
|
20
|
+
<dxp:definition>ga:visitorType==Returning Visitor</dxp:definition>
|
21
|
+
</dxp:segment>
|
22
|
+
<dxp:segment id='gaid::-4' name='Paid Search Traffic'>
|
23
|
+
<dxp:definition>ga:medium==cpa,ga:medium==cpc,ga:medium==cpm,ga:medium==cpp,ga:medium==cpv,ga:medium==ppc</dxp:definition>
|
24
|
+
</dxp:segment>
|
25
|
+
<dxp:segment id='gaid::-5' name='Non-paid Search Traffic'>
|
26
|
+
<dxp:definition>ga:medium==organic</dxp:definition>
|
27
|
+
</dxp:segment>
|
28
|
+
<dxp:segment id='gaid::-6' name='Search Traffic'>
|
29
|
+
<dxp:definition>ga:medium==cpa,ga:medium==cpc,ga:medium==cpm,ga:medium==cpp,ga:medium==cpv,ga:medium==organic,ga:medium==ppc</dxp:definition>
|
30
|
+
</dxp:segment>
|
31
|
+
<dxp:segment id='gaid::-7' name='Direct Traffic'>
|
32
|
+
<dxp:definition>ga:medium==(none)</dxp:definition>
|
33
|
+
</dxp:segment>
|
34
|
+
<dxp:segment id='gaid::-8' name='Referral Traffic'>
|
35
|
+
<dxp:definition>ga:medium==referral</dxp:definition>
|
36
|
+
</dxp:segment>
|
37
|
+
<dxp:segment id='gaid::-9' name='Visits with Conversions'>
|
38
|
+
<dxp:definition>ga:goalCompletionsAll>0</dxp:definition>
|
39
|
+
</dxp:segment>
|
40
|
+
<dxp:segment id='gaid::-10' name='Visits with Transactions'>
|
41
|
+
<dxp:definition>ga:transactions>0</dxp:definition>
|
42
|
+
</dxp:segment>
|
43
|
+
<dxp:segment id='gaid::-11' name='Mobile Traffic'>
|
44
|
+
<dxp:definition>ga:isMobile==Yes</dxp:definition>
|
45
|
+
</dxp:segment>
|
46
|
+
<dxp:segment id='gaid::-12' name='Non-bounce Visits'>
|
47
|
+
<dxp:definition>ga:bounces==0</dxp:definition>
|
48
|
+
</dxp:segment>
|
49
|
+
<entry gd:etag='W/"CkENQXs9fip7I2A9Wx5SE0w."' gd:kind='analytics#account'>
|
50
|
+
<id>http://www.google.com/analytics/feeds/accounts/ga:123456</id>
|
51
|
+
<updated>2010-08-08T16:38:10.566-07:00</updated>
|
52
|
+
<title>www.homedepot.com</title>
|
53
|
+
<link rel='alternate' type='text/html' href='http://www.google.com/analytics'/>
|
54
|
+
<dxp:property name='ga:accountId' value='254087'/>
|
55
|
+
<dxp:property name='ga:accountName' value='www.homechefdepot.com'/>
|
56
|
+
<dxp:property name='ga:profileId' value='123456'/>
|
57
|
+
<dxp:property name='ga:webPropertyId' value='UA-254087-1'/>
|
58
|
+
<dxp:property name='ga:currency' value='USD'/>
|
59
|
+
<dxp:property name='ga:timezone' value='America/Los_Angeles'/>
|
60
|
+
<dxp:tableId>ga:123456</dxp:tableId>
|
61
|
+
</entry>
|
62
|
+
<entry gd:etag='W/"C0YESXcyfyp7I2A9Wx9SFkU."' gd:kind='analytics#account'>
|
63
|
+
<id>http://www.google.com/analytics/feeds/accounts/ga:8575980</id>
|
64
|
+
<updated>2010-12-06T16:18:28.997-08:00</updated>
|
65
|
+
<title>www.pda.org</title>
|
66
|
+
<link rel='alternate' type='text/html' href='http://www.google.com/analytics'/>
|
67
|
+
<dxp:property name='ga:accountId' value='4277553'/>
|
68
|
+
<dxp:property name='ga:accountName' value='www.pdma.org'/>
|
69
|
+
<dxp:property name='ga:profileId' value='8575980'/>
|
70
|
+
<dxp:property name='ga:webPropertyId' value='UA-4277553-1'/>
|
71
|
+
<dxp:property name='ga:currency' value='USD'/>
|
72
|
+
<dxp:property name='ga:timezone' value='America/Los_Angeles'/>
|
73
|
+
<dxp:tableId>ga:8575980</dxp:tableId>
|
74
|
+
</entry>
|
75
|
+
<entry gd:etag='W/"CU4CSXo_cCp7I2A9Wx9RGU0."' gd:kind='analytics#account'>
|
76
|
+
<id>http://www.google.com/analytics/feeds/accounts/ga:25620226</id>
|
77
|
+
<updated>2010-12-20T19:59:28.448-08:00</updated>
|
78
|
+
<title>business.com</title>
|
79
|
+
<link rel='alternate' type='text/html' href='http://www.google.com/analytics'/>
|
80
|
+
<dxp:property name='ga:accountId' value='12312214'/>
|
81
|
+
<dxp:property name='ga:accountName' value='business.com'/>
|
82
|
+
<dxp:property name='ga:profileId' value='25620226'/>
|
83
|
+
<dxp:property name='ga:webPropertyId' value='UA-12312214-1'/>
|
84
|
+
<dxp:property name='ga:currency' value='USD'/>
|
85
|
+
<dxp:property name='ga:timezone' value='America/Los_Angeles'/>
|
86
|
+
<dxp:tableId>ga:25620226</dxp:tableId>
|
87
|
+
</entry>
|
88
|
+
<entry gd:etag='W/"CU4CSX0yfCp7I2A9Wx9RGU0."' gd:kind='analytics#account'>
|
89
|
+
<id>http://www.google.com/analytics/feeds/accounts/ga:12123131</id>
|
90
|
+
<updated>2010-12-20T19:59:28.394-08:00</updated>
|
91
|
+
<title>blog.com</title>
|
92
|
+
<link rel='alternate' type='text/html' href='http://www.google.com/analytics'/>
|
93
|
+
<dxp:property name='ga:accountId' value='12312214'/>
|
94
|
+
<dxp:property name='ga:accountName' value='business.com'/>
|
95
|
+
<dxp:property name='ga:profileId' value='12123131'/>
|
96
|
+
<dxp:property name='ga:webPropertyId' value='UA-12345678-1'/>
|
97
|
+
<dxp:property name='ga:currency' value='USD'/>
|
98
|
+
<dxp:property name='ga:timezone' value='America/Los_Angeles'/>
|
99
|
+
<dxp:tableId>ga:12123131</dxp:tableId>
|
100
|
+
</entry>
|
101
|
+
<entry gd:etag='W/"DUMNQHk_fSp7I2A9Wx5bEE4."' gd:kind='analytics#account'>
|
102
|
+
<id>http://www.google.com/analytics/feeds/accounts/ga:37685582</id>
|
103
|
+
<updated>2010-10-25T13:11:31.745-07:00</updated>
|
104
|
+
<title>The Social</title>
|
105
|
+
<link rel='alternate' type='text/html' href='http://www.google.com/analytics'/>
|
106
|
+
<dxp:property name='ga:accountId' value='12312214'/>
|
107
|
+
<dxp:property name='ga:accountName' value='business.com'/>
|
108
|
+
<dxp:property name='ga:profileId' value='37685582'/>
|
109
|
+
<dxp:property name='ga:webPropertyId' value='UA-12312214-1'/>
|
110
|
+
<dxp:property name='ga:currency' value='USD'/>
|
111
|
+
<dxp:property name='ga:timezone' value='America/Los_Angeles'/>
|
112
|
+
<dxp:tableId>ga:37685582</dxp:tableId>
|
113
|
+
</entry>
|
114
|
+
<entry gd:etag='W/"DE8HR3o4eCp7I2A9Wx5UF0w."' gd:kind='analytics#account'>
|
115
|
+
<id>http://www.google.com/analytics/feeds/accounts/ga:38132423</id>
|
116
|
+
<updated>2010-10-21T20:07:16.430-07:00</updated>
|
117
|
+
<title>Skyline</title>
|
118
|
+
<link rel='alternate' type='text/html' href='http://www.google.com/analytics'/>
|
119
|
+
<dxp:property name='ga:accountId' value='12312214'/>
|
120
|
+
<dxp:property name='ga:accountName' value='business.com'/>
|
121
|
+
<dxp:property name='ga:profileId' value='38132423'/>
|
122
|
+
<dxp:property name='ga:webPropertyId' value='UA-12312214-1'/>
|
123
|
+
<dxp:property name='ga:currency' value='USD'/>
|
124
|
+
<dxp:property name='ga:timezone' value='America/Los_Angeles'/>
|
125
|
+
<dxp:tableId>ga:38132423</dxp:tableId>
|
126
|
+
</entry>
|
127
|
+
</feed>
|
@@ -0,0 +1,52 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<commit>
|
3
|
+
<removed type="array">
|
4
|
+
<removed>
|
5
|
+
<filename>commands.rb</filename>
|
6
|
+
</removed>
|
7
|
+
<removed>
|
8
|
+
<filename>helpers.rb</filename>
|
9
|
+
</removed>
|
10
|
+
</removed>
|
11
|
+
<added type="array">
|
12
|
+
<added>
|
13
|
+
<filename>commands/commands.rb</filename>
|
14
|
+
</added>
|
15
|
+
<added>
|
16
|
+
<filename>commands/helpers.rb</filename>
|
17
|
+
</added>
|
18
|
+
</added>
|
19
|
+
<message>move commands.rb and helpers.rb into commands/ dir</message>
|
20
|
+
<modified type="array">
|
21
|
+
<modified>
|
22
|
+
<diff>@@ -56,7 +56,7 @@ module GitHub
|
23
|
+
end
|
24
|
+
|
25
|
+
def load(file)
|
26
|
+
- file[0] == ?/ ? super : super(BasePath + "/#{file}")
|
27
|
+
+ file[0] == ?/ ? super : super(BasePath + "/commands/#{file}")
|
28
|
+
end
|
29
|
+
|
30
|
+
def debug(*messages)</diff>
|
31
|
+
<filename>lib/github.rb</filename>
|
32
|
+
</modified>
|
33
|
+
</modified>
|
34
|
+
<parents type="array">
|
35
|
+
<parent>
|
36
|
+
<id>d462d2a2e60438ded3dd9e8e6593ca4146c5a0ba</id>
|
37
|
+
</parent>
|
38
|
+
</parents>
|
39
|
+
<url>http://github.com/defunkt/github-gem/commit/c26d4ce9807ecf57d3f9eefe19ae64e75bcaaa8b</url>
|
40
|
+
<author>
|
41
|
+
<name>Chris Wanstrath</name>
|
42
|
+
<email>chris@ozmm.org</email>
|
43
|
+
</author>
|
44
|
+
<id>c26d4ce9807ecf57d3f9eefe19ae64e75bcaaa8b</id>
|
45
|
+
<committed-date>2008-03-02T16:45:41-08:00</committed-date>
|
46
|
+
<authored-date>2008-03-02T16:45:41-08:00</authored-date>
|
47
|
+
<tree>28a1a1ca3e663d35ba8bf07d3f1781af71359b76</tree>
|
48
|
+
<committer>
|
49
|
+
<name>Chris Wanstrath</name>
|
50
|
+
<email>chris@ozmm.org</email>
|
51
|
+
</committer>
|
52
|
+
</commit>
|
@@ -0,0 +1,89 @@
|
|
1
|
+
<aws:weather xmlns:aws="http://www.aws.com/aws">
|
2
|
+
<aws:api version="2.0"/>
|
3
|
+
<aws:WebURL>http://weather.weatherbug.com/IN/Carmel-weather.html?ZCode=Z5546&Units=0&stat=MOCAR</aws:WebURL>
|
4
|
+
<aws:ob>
|
5
|
+
<aws:ob-date>
|
6
|
+
<aws:year number="2008"/>
|
7
|
+
<aws:month number="12" text="December" abbrv="Dec"/>
|
8
|
+
<aws:day number="30" text="Tuesday" abbrv="Tue"/>
|
9
|
+
<aws:hour number="4" hour-24="16"/>
|
10
|
+
<aws:minute number="18"/>
|
11
|
+
<aws:second number="01"/>
|
12
|
+
<aws:am-pm abbrv="PM"/>
|
13
|
+
<aws:time-zone offset="-5" text="Eastern Standard Time" abbrv="EST"/>
|
14
|
+
</aws:ob-date>
|
15
|
+
<aws:requested-station-id>mocar</aws:requested-station-id>
|
16
|
+
<aws:station-id>MOCAR</aws:station-id>
|
17
|
+
<aws:station>Mohawk Trail ES</aws:station>
|
18
|
+
<aws:city-state zipcode="46033">Carmel, IN</aws:city-state>
|
19
|
+
<aws:country>USA</aws:country>
|
20
|
+
<aws:latitude>39.9711111111111</aws:latitude>
|
21
|
+
<aws:longitude>-86.0938888888889</aws:longitude>
|
22
|
+
<aws:site-url>http://www1.ccs.k12.in.us/mte/home</aws:site-url>
|
23
|
+
<aws:aux-temp units="&deg;F">74</aws:aux-temp>
|
24
|
+
<aws:aux-temp-rate units="&deg;F">+0.0</aws:aux-temp-rate>
|
25
|
+
<aws:current-condition icon="http://deskwx.weatherbug.com/images/Forecast/icons/cond007.gif">Sunny</aws:current-condition>
|
26
|
+
<aws:dew-point units="&deg;F">35</aws:dew-point>
|
27
|
+
<aws:elevation units="ft">817</aws:elevation>
|
28
|
+
<aws:feels-like units="&deg;F">51</aws:feels-like>
|
29
|
+
<aws:gust-time>
|
30
|
+
<aws:year number="0001"/>
|
31
|
+
<aws:month number="1" text="January" abbrv="Jan"/>
|
32
|
+
<aws:day number="1" text="Monday" abbrv="Mon"/>
|
33
|
+
<aws:hour number="12" hour-24="00"/>
|
34
|
+
<aws:minute number="00"/>
|
35
|
+
<aws:second number="00"/>
|
36
|
+
<aws:am-pm abbrv="AM"/>
|
37
|
+
<aws:time-zone offset="-5" text="Eastern Standard Time" abbrv="EST"/>
|
38
|
+
</aws:gust-time>
|
39
|
+
<aws:gust-direction>W</aws:gust-direction>
|
40
|
+
<aws:gust-speed units="mph">25</aws:gust-speed>
|
41
|
+
<aws:humidity units="%">53</aws:humidity>
|
42
|
+
<aws:humidity-high units="%">100.0</aws:humidity-high>
|
43
|
+
<aws:humidity-low units="%">42.5</aws:humidity-low>
|
44
|
+
<aws:humidity-rate>-5.0</aws:humidity-rate>
|
45
|
+
<aws:indoor-temp units="&deg;F">75</aws:indoor-temp>
|
46
|
+
<aws:indoor-temp-rate units="&deg;F">+0.0</aws:indoor-temp-rate>
|
47
|
+
<aws:light>28</aws:light>
|
48
|
+
<aws:light-rate>-1.5</aws:light-rate>
|
49
|
+
<aws:moon-phase moon-phase-img="http://api.wxbug.net/images/moonphase/mphase02.gif">-10</aws:moon-phase>
|
50
|
+
<aws:pressure units=""">29.71</aws:pressure>
|
51
|
+
<aws:pressure-high units=""">30.18</aws:pressure-high>
|
52
|
+
<aws:pressure-low units=""">29.71</aws:pressure-low>
|
53
|
+
<aws:pressure-rate units=""/h">-0.04</aws:pressure-rate>
|
54
|
+
<aws:rain-month units=""">6.64</aws:rain-month>
|
55
|
+
<aws:rain-rate units=""/h">0.00</aws:rain-rate>
|
56
|
+
<aws:rain-rate-max units=""/h">0.00</aws:rain-rate-max>
|
57
|
+
<aws:rain-today units=""">0.00</aws:rain-today>
|
58
|
+
<aws:rain-year units=""">53.83</aws:rain-year>
|
59
|
+
<aws:temp units="&deg;F">51.8</aws:temp>
|
60
|
+
<aws:temp-high units="&deg;F">52</aws:temp-high>
|
61
|
+
<aws:temp-low units="&deg;F">29</aws:temp-low>
|
62
|
+
<aws:temp-rate units="&deg;F/h">+2.5</aws:temp-rate>
|
63
|
+
<aws:sunrise>
|
64
|
+
<aws:year number="2008"/>
|
65
|
+
<aws:month number="12" text="December" abbrv="Dec"/>
|
66
|
+
<aws:day number="30" text="Tuesday" abbrv="Tue"/>
|
67
|
+
<aws:hour number="8" hour-24="08"/>
|
68
|
+
<aws:minute number="06"/>
|
69
|
+
<aws:second number="02"/>
|
70
|
+
<aws:am-pm abbrv="AM"/>
|
71
|
+
<aws:time-zone offset="-5" text="Eastern Standard Time" abbrv="EST"/>
|
72
|
+
</aws:sunrise>
|
73
|
+
<aws:sunset>
|
74
|
+
<aws:year number="2008"/>
|
75
|
+
<aws:month number="12" text="December" abbrv="Dec"/>
|
76
|
+
<aws:day number="30" text="Tuesday" abbrv="Tue"/>
|
77
|
+
<aws:hour number="5" hour-24="17"/>
|
78
|
+
<aws:minute number="28"/>
|
79
|
+
<aws:second number="53"/>
|
80
|
+
<aws:am-pm abbrv="PM"/>
|
81
|
+
<aws:time-zone offset="-5" text="Eastern Standard Time" abbrv="EST"/>
|
82
|
+
</aws:sunset>
|
83
|
+
<aws:wet-bulb units="&deg;F">44.24</aws:wet-bulb>
|
84
|
+
<aws:wind-speed units="mph">4</aws:wind-speed>
|
85
|
+
<aws:wind-speed-avg units="mph">7</aws:wind-speed-avg>
|
86
|
+
<aws:wind-direction>SSW</aws:wind-direction>
|
87
|
+
<aws:wind-direction-avg>SW</aws:wind-direction-avg>
|
88
|
+
</aws:ob>
|
89
|
+
</aws:weather>
|
@@ -0,0 +1,20 @@
|
|
1
|
+
<dictionary>
|
2
|
+
<record id="000035426">
|
3
|
+
<head>sulphur-crested cockatoo</head>
|
4
|
+
<pron>
|
5
|
+
<prn>.sxlf7-kr8st7d k6k7'tu</prn>
|
6
|
+
</pron>
|
7
|
+
<body>
|
8
|
+
<chunk>
|
9
|
+
<pos>noun</pos>
|
10
|
+
<def id="915">
|
11
|
+
<dtext>a large common parrot, <bn>Cacatua galerita</bn>, predominantly white, with yellow on the undersides of wings and tail and a forward curving yellow crest, found in Australia, New Guinea and nearby islands.</dtext>
|
12
|
+
</def>
|
13
|
+
</chunk>
|
14
|
+
<variants>
|
15
|
+
<var>white <tag>cockatoo</tag></var>
|
16
|
+
<var><tag>white</tag> cockatoo</var>
|
17
|
+
</variants>
|
18
|
+
</body>
|
19
|
+
</record>
|
20
|
+
</dictionary>
|
@@ -0,0 +1,21 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<familytree xmlns="http://api.familysearch.org/familytree/v1" xmlns:fsapi-v1="http://api.familysearch.org/v1" version="1.0.20071213.942" statusMessage="OK" statusCode="200">
|
3
|
+
<persons>
|
4
|
+
<person version="1199378491000" modified="2008-01-03T09:41:31-07:00" id="KWQS-BBQ">
|
5
|
+
<information>
|
6
|
+
<alternateIds>
|
7
|
+
<id>gedcom.1B5E3087E36D814FA9CBE0BE5B3721EA</id>
|
8
|
+
<id>KWQS-BB3</id>
|
9
|
+
<id>KWQS-W23</id>
|
10
|
+
<id>KWQS-W2S</id>
|
11
|
+
<id>KWQS-W29</id>
|
12
|
+
<id>KWQM-MMM</id>
|
13
|
+
<id>KWQS-W2Q</id>
|
14
|
+
<id>KWQS-BBQ</id>
|
15
|
+
</alternateIds>
|
16
|
+
<gender>Male</gender>
|
17
|
+
<living>false</living>
|
18
|
+
</information>
|
19
|
+
</person>
|
20
|
+
</persons>
|
21
|
+
</familytree>
|
@@ -0,0 +1,86 @@
|
|
1
|
+
|
2
|
+
<?xml version="1.0" encoding="ISO-8859-1"?>
|
3
|
+
<CatalogTree code="NLD" xmlns="urn:eventis:prodis:onlineapi:1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
4
|
+
<Node vodBackOfficeId="69fcb5eb-1020-4053-8fce-6bce030cac5b">
|
5
|
+
<Name>Parent 1</Name>
|
6
|
+
<Description>
|
7
|
+
111#111#120#NPO-BrowseMode.jpg#NPO-ExtendedMode.jpg
|
8
|
+
</Description>
|
9
|
+
<Translations>
|
10
|
+
<Translation Language="en-GB">
|
11
|
+
<Name>Parent 1 en</Name>
|
12
|
+
</Translation>
|
13
|
+
<Translation Language="de-DE">
|
14
|
+
<Name>Parent 1 de</Name>
|
15
|
+
</Translation>
|
16
|
+
</Translations>
|
17
|
+
<Rating>0</Rating>
|
18
|
+
<Adult>false</Adult>
|
19
|
+
<CatalogCode>NLD</CatalogCode>
|
20
|
+
<Position>1</Position>
|
21
|
+
<SubNodes>
|
22
|
+
<Node vodBackOfficeId="27feedad-dead-4721-ba61-c3f9f17d0956">
|
23
|
+
<Name>First</Name>
|
24
|
+
<Translations>
|
25
|
+
<Translation Language="en-GB">
|
26
|
+
<Name>First en</Name>
|
27
|
+
</Translation>
|
28
|
+
</Translations>
|
29
|
+
<Rating>0</Rating>
|
30
|
+
<Adult>false</Adult>
|
31
|
+
<CatalogCode>NLD</CatalogCode>
|
32
|
+
<ParentId>69fcb5eb-1020-4053-8fce-6bce030cac5b</ParentId>
|
33
|
+
<Position>0</Position>
|
34
|
+
<SubNodes>
|
35
|
+
<Node vodBackOfficeId="7edbcc13-2d03-4254-aaf6-307ba553d4fd">
|
36
|
+
<Name>Second</Name>
|
37
|
+
<Translations>
|
38
|
+
<Translation Language="en-GB">
|
39
|
+
<Name>Second en</Name>
|
40
|
+
</Translation>
|
41
|
+
</Translations>
|
42
|
+
<Rating>0</Rating>
|
43
|
+
<Adult>false</Adult>
|
44
|
+
<CatalogCode>NLD</CatalogCode>
|
45
|
+
<ParentId>b17dd22b-c028-44ad-8e75-e676e2619ceb</ParentId>
|
46
|
+
<Position>0</Position>
|
47
|
+
<SubNodes>
|
48
|
+
<Node vodBackOfficeId="27feedad-dead-4721-ba61-c3f9f17d1111">
|
49
|
+
<Name>Third</Name>
|
50
|
+
<Translations>
|
51
|
+
<Translation Language="en-GB">
|
52
|
+
<Name>Third en</Name>
|
53
|
+
</Translation>
|
54
|
+
</Translations>
|
55
|
+
<Rating>0</Rating>
|
56
|
+
<Adult>false</Adult>
|
57
|
+
<CatalogCode>NLD</CatalogCode>
|
58
|
+
<ParentId>69fcb5eb-1020-4053-8fce-6bce030cac5b</ParentId>
|
59
|
+
<Position>0</Position>
|
60
|
+
</Node>
|
61
|
+
</SubNodes>
|
62
|
+
</Node>
|
63
|
+
</SubNodes>
|
64
|
+
</Node>
|
65
|
+
</SubNodes>
|
66
|
+
</Node>
|
67
|
+
<Node vodBackOfficeId="69fcb5eb-1020-4053-8fce-12312312312">
|
68
|
+
<Name>Parent 2</Name>
|
69
|
+
<Description>
|
70
|
+
111#111#120#NPO-BrowseMode.jpg#NPO-ExtendedMode.jpg
|
71
|
+
</Description>
|
72
|
+
<Translations>
|
73
|
+
<Translation Language="en-GB">
|
74
|
+
<Name>Parent 2 en</Name>
|
75
|
+
</Translation>
|
76
|
+
<Translation Language="de-DE">
|
77
|
+
<Name>Parent 2 de</Name>
|
78
|
+
</Translation>
|
79
|
+
</Translations>
|
80
|
+
<Rating>0</Rating>
|
81
|
+
<Adult>false</Adult>
|
82
|
+
<CatalogCode>NLD</CatalogCode>
|
83
|
+
<Position>1</Position>
|
84
|
+
<SubNodes/>
|
85
|
+
</Node>
|
86
|
+
</CatalogTree>
|