-
Im looking for something that takes an xml document and list of xpaths to keep and thus delete everything else.
-
### Expected Behavior
Can use XMLPatched with a XML that has XML namespace.
### Actual Behavior
Addressing a XML namespace in the `Xpath Directive` fails.
### Steps to reproduce the behav…
-
The specification says:
https://www.w3.org/TR/xpath-functions-31/#func-parse-json
> The effect of the one-argument form of this function is the same as calling the two-argument form with an empt…
-
**Description**
When attempting an XML Path evaluation on a 15mb XML file, I receive an error message of "Something went wrong while evaluating the XPath: RangeError: Maximum call stack size exceeded…
-
## Goal
- Show avatar/logo and name of record
- Show arrow button (>) to go to record
## Solution
- Use widget `many2one_avatar` with class mixin `avatar.mixin` to achieve first goal
- For the …
-
### Describe the bug
Per the [XPath tutorial](https://www.w3schools.com/xml/xpath_syntax.asp), chapter Selecting nodes:
Expression | Description
-- | --
nodename | Selects all nodes with the …
-
Using Ruby 1.9.1
Using libxml-ruby 2.0.9
```
weather = NOAA.current_conditions_at_station("KCAK")
weather.weather_description
NoMethodError: undefined method `xpath' for #
from /Users/skibler/Pr…
-
In PR #1257 we added an options parameter to parse-xml() which includes the ability to request schema validation. We should make it clear what happens if this option is used in a non-schema-aware proc…
-
Following test fails because unicode character in XML document is in decomposed form and in XPath expression is in precomposed form.
```
it.only('adhoc tests', () => {
// In the xml document,…
-
Hello,
We have an issue with TIMEOUT on TLS after we send message with get for yanglib after 0.4 seconds (on SSH there is no timeout after 0.4 seconds)
`Sending message:
`
`**nc WRN: Timeout…