path tag

28 questions


1 answers
216 views
0
Function call within xslif test

As shown below, I would like to apply another function (normalize-space) to a given element within the if function conditions and use the results for comparison.does not allow you to view xml with xsl...

1 years ago

1 answers
121 views
0
Is there a way to check the CSS coverage list in vscode?

Is there a way to check the CSS coverage list in vscode? throughout the workspace when editing cssIs there a simple way to see how far it affects you?For example, if there is a description of css belo...

1 years ago

1 answers
132 views
0
Avoiding // in XPath

I have been advised not to use // for XPath in XSLT style sheets that handle large XML documents (data). For example, //para[exists(b)] for XML files in the summary structure.<?xml version=1.0 enco...

1 years ago

2 answers
107 views
0
Understanding the Priority of the Nodes Returned

On the Firefox web console<h1><span class='A'>text1</span>text2</span>text2>/h1>For the h1 element, document.value(span[@class='A']|., <nodes representing h1 elements ...

1 years ago

1 answers
120 views
0
I want to get table data by XPath

I would like to use XPATH to retrieve table data.The table data is as follows:At this time, you can specify number of people and average height by entering the following, but I don't know how to get 5...

1 years ago

2 answers
107 views
0
About web scraping using python, xpath

We use python, xpath to perform web scraping.The following sites are scraping:https://www.e-stat.go.jp/stat-search/files?page=1&toukei=00100405&tstat=000001014549The purpose is to extract tags...

1 years ago

2 answers
74 views
0
I want to get XML data in XSL

Hi, nice to meet you.Let me ask you a question.Programming with XML+XSLTSuppose you have the following XML:<DATA> <F1>a</F1> <F2>Yes>/F2> <F3> U</F3> <F4&g...

1 years ago

1 answers
91 views
0
I want to get a range of links in a spreadsheet and display the link destination.

6. Getting tags on articles in this article doesn't workScraped with SpreadSheet.Importxml and other useful functions 9+1-Qiita https://qiita.com/ktmg/items/d53440c913e20f8bb34c#6-%E8%A8%98%E4%BA%8B%E...

1 years ago

1 answers
68 views
0
I want to know how to get attribute values by specifying attribute names in XPath.

I'm a beginner in programming and would like to do web scraping on Python.At that time, I would like to specify the attribute name in XPath and get the attribute value, but the method is clear I don't...


1 answers
122 views
0
Get hotel name from OTA web page Xpath

I'd like to get the hotel name in Xpath from the OTA web page.//*[@id=property-critical-root]/div/div[3]/div[2]/div[2]/div[2]/div[2]/div[1]/h1I'm at a loss because I don't know how to describe it afte...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.