|
135 | 135 | <xpath expr="//blockquote" position="attributes"> |
136 | 136 | <attribute name="class" add="w-75" remove="w-50" separator=" "/> |
137 | 137 | </xpath> |
138 | | - <xpath expr="//blockquote//i" position="attributes"> |
139 | | - <attribute name="class" add="bg-o-color-1" remove="bg-o-color-2" separator=" "/> |
140 | | - </xpath> |
141 | 138 | <xpath expr="//blockquote//p" position="replace" mode="inner"> |
142 | 139 | I have learned a lot, and I have realised professional projects thanks to the support of the mentors! The team is always at the top and always looking for solutions to problems, I felt accompanied and supported! It's not easy every day, but it's a great adventure! |
143 | 140 | </xpath> |
144 | | - <xpath expr="//span[hasclass('s_blockquote_author')]" position="replace" mode="inner"> |
145 | | - <b>Iris DOE</b> • Graduated in 2019 |
| 141 | + <xpath expr="//div[hasclass('s_blockquote_author')]//span//span" position="replace" mode="inner"> |
| 142 | + Graduated in 2019 |
146 | 143 | </xpath> |
147 | 144 | <!-- Slide #2 --> |
148 | 145 | <xpath expr="//div[hasclass('carousel-item')][2]" position="attributes"> |
|
152 | 149 | </xpath> |
153 | 150 | <!-- Slide #2 - blockquote --> |
154 | 151 | <xpath expr="(//blockquote)[2]" position="attributes"> |
155 | | - <attribute name="class" add="w-75 mx-auto" remove="w-50 me-auto" separator=" "/> |
156 | | - </xpath> |
157 | | - <xpath expr="(//blockquote)[2]//i" position="attributes"> |
158 | | - <attribute name="class" add="bg-o-color-1" remove="bg-o-color-2" separator=" "/> |
| 152 | + <attribute name="class" add="w-75" remove="w-50" separator=" "/> |
159 | 153 | </xpath> |
160 | 154 | <xpath expr="(//blockquote)[2]//p" position="replace" mode="inner"> |
161 | 155 | Thanks to its innovative system, the school offers an academic training during which we are followed by a "mentor", a sort of "tutor"! |
162 | 156 | </xpath> |
163 | | - <xpath expr="(//span[hasclass('s_blockquote_author')])[2]" position="replace" mode="inner"> |
164 | | - <b>Jane DOE</b> • Graduated in 2017 |
| 157 | + <xpath expr="(//div[hasclass('s_blockquote_author')])[2]//span//span" position="replace" mode="inner"> |
| 158 | + Graduated in 2017 |
165 | 159 | </xpath> |
166 | 160 | <!-- Slide #3 --> |
167 | 161 | <xpath expr="//div[hasclass('carousel-item')][3]" position="attributes"> |
|
171 | 165 | </xpath> |
172 | 166 | <!-- Slide #3 - blockquote --> |
173 | 167 | <xpath expr="(//blockquote)[3]" position="attributes"> |
174 | | - <attribute name="class" add="w-75 mx-auto" remove="w-50 ms-auto" separator=" "/> |
175 | | - </xpath> |
176 | | - <xpath expr="(//blockquote)[3]//i" position="attributes"> |
177 | | - <attribute name="class" add="bg-o-color-1" remove="bg-o-color-2" separator=" "/> |
| 168 | + <attribute name="class" add="w-75" remove="w-50" separator=" "/> |
178 | 169 | </xpath> |
179 | 170 | <xpath expr="(//blockquote)[3]//p" position="replace" mode="inner"> |
180 | 171 | Great support and quality courses! A mentor helps you move forward and can be contacted through flexible schedules. Everything you need to start your career on the web. |
181 | 172 | </xpath> |
182 | | - <xpath expr="(//span[hasclass('s_blockquote_author')])[3]" position="replace" mode="inner"> |
183 | | - <b>John DOE</b> • Graduated in 2016 |
| 173 | + <xpath expr="(//div[hasclass('s_blockquote_author')])[3]//span//span" position="replace" mode="inner"> |
| 174 | + Graduated in 2016 |
184 | 175 | </xpath> |
185 | 176 | </template> |
186 | 177 |
|
|
0 commit comments