mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-29 16:47:40 +02:00
[XPathBridge] add option to skip htmlspecialchars (#3672)
This commit is contained in:
parent
409236e48e
commit
3b91b1d260
3 changed files with 51 additions and 7 deletions
|
@ -68,6 +68,9 @@ Should return the XPath expression for extracting an item title from the item co
|
|||
### Method `getExpressionItemContent()`
|
||||
Should return the XPath expression for extracting an item's content from the item context.
|
||||
|
||||
### Method `getSettingUseRawItemContent()`
|
||||
Should return the 'Use raw item content' setting value (bool true or false).
|
||||
|
||||
### Method `getExpressionItemUri()`
|
||||
Should return the XPath expression for extracting an item link from the item context.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue