We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<section class="property-header " data-locale="de-DE" data-campsite-data="{"id":2645,"property_id":2645,"property_name":"Erzgebirgscamp Neuclausnitz","premium":false,"amenities":"[\"WiFi\", \"Free WiFi\"]","activities":"[\"Cycle tracks\",\"Hiking\",\"Playground\",\"Soccer\",\"Mountainbiking\",\"Cross-country skiing\"]","leisure":"[\"Washing-up area\",\"Washing machines\",\"Tumble dryer\",\"Washbasins\",\"Shower cubicles\",\"Heated sanitary facilities\",\"Shared barbecueing area\",\"Bread delivery\"]","utilities":"[\"Guest boat moorings\",\"Firewood available\",\"Electric bike charging station\"]","rules":"[\"Dogs Allowed\",\"Barbecueing On Pitch Allowed\",\"Car On Pitch Allowed\"]","slug":"erzgebirgscamp-neuclausnitz","coordinates":"(50.7411,13.516)","distance":"3594.66454744824","zip":"09623","town":"Rechenberg-Bienenm\u00fchle","latitude":50.7411,"longitude":13.516,"street":"Hauptstra\u00dfe 25","city_id":16,"city_slug":"sachsen","city":"Sachsen","country":"Deutschland","country_slug":"de","currency":"EUR","rating":"5","podio_id":508050624,"older_children_lower_age_limit":6,"older_children_upper_age_limit":17,"younger_children_lower_age_limit":0,"younger_children_upper_age_limit":5,"photo":"https:\/\/intcamp-eu-west-1-live01-public.s3-eu-west-1.amazonaws.com\/de-live\/gallery_970x545_270661681-campsite.jpg,https:\/\/intcamp-eu-west-1-live01-public.s3-eu-west-1.amazonaws.com\/de-live\/gallery_970x545_270661691-campsite.jpg,https:\/\/intcamp-eu-west-1-live01-public.s3-eu-west-1.amazonaws.com\/de-live\/gallery_970x545_270661694-campsite.jpg","availability":{"9962":{"is_available":true,"has_instant_booking":true,"pitch_type":"[\"Motorhome\"]"},"9959":{"is_available":true,"has_instant_booking":true,"pitch_type":"[\"Tent\"]"},"9960":{"is_available":true,"has_instant_booking":true,"pitch_type":"[\"Tent\"]"},"9961":{"is_available":true,"has_instant_booking":true,"pitch_type":"[\"Caravan\"]"},"9963":{"is_available":true,"has_instant_booking":true,"pitch_type":"[\"Motorhome\"]"}},"instant_booking":true,"category":"Regul\u00e4r","address":"Hauptstra\u00dfe 25, 09623 Rechenberg-Bienenm\u00fchle, Sachsen, Deutschland","slashed_price":null,"coordinatesShow":"50.741, 13.516"}" data-all-pitches="{"tent":"Zelt","caravan":"Wohnwagen","motorhome":"Wohnmobil","cabin":"Mietunterkunft"}" data-price-request="price" data-currency-code="EUR"> <div class="row"> <div class="col-xs-12 col-sm-9"> <h1 itemprop="name">Campingurlaub auf dem Erzgebirgscamp Neuclausnitz</h1> </div> <div class="col-sm-3 text-right label-instant-wrapper"> <span class="label-instant"> <i class="icon-ic_flash"></i> Sofortbuchung</span> </div> </div> <div class="row"> <div class="col-xs-12 col-sm-9"> <div class="property-address" itemprop="address" itemscope="" itemtype="https://schema.org/PostalAddress"> <span itemprop="streetAddress">Hauptstraße 25, 09623 Rechenberg-Bienenmühle, Sachsen, Deutschland</span> <meta itemprop="addressCountry" content="Deutschland"> <meta itemprop="postalCode" content="09623"> </div> <a class="property-address" target="_blank" href="//google.com/maps/search/Erzgebirgscamp+Neuclausnitz/@"> Hauptstraße 25, 09623 Rechenberg-Bienenmühle, Sachsen, Deutschland </a> </div> <div class="col-xs-12 col-sm-9 col-lg-3 rating-wrapper"> <span class="rating-number">5,0</span> <span class="rating-stars icon-ic-11-ratings"></span> <a class="rating-popup-link rating-popup-link-desktop" href="#" data-property-id="2645">(Bewertungen)</a> <a class="rating-popup-link rating-popup-link-mobile" href="#" data-property-id="2645" data-more="(Bewertungen)" data-less="(Bewertungen ausblenden)">(Bewertungen)</a> </div> </div> </section>
Q: I need to fetch the value inside data-campsite-data
data-campsite-data
On Firefox Firepath this works: //@data-campsite-data
What would be its equivalent using xsoup
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here is an html from one of the webpages i am parsing
Q: I need to fetch the value inside
data-campsite-data
On Firefox Firepath this works: //@data-campsite-data
What would be its equivalent using xsoup
The text was updated successfully, but these errors were encountered: