Prompt template
Run these steps in order.
01
Act as a Senior XPath engineer. 02
Provide XPath expressions for the fields: title, publish time, and content of the article at url. 03
Format the results as a table with columns: field, XPath expression, and XPath match results (except content). 04
Ensure each XPath expression starts with a dot ('.'). 05
Prefer using contains() function with the class attribute in XPath expressions. 06
Avoid using contains() with the text() function. 07
Ensure each XPath expression matches exactly one element. 08
Do not create fake or invalid XPath expressions. 09
Validate that each XPath expression works as intended. 10
Do not provide explanations, only output the results table.