jcavalieri (John Cavalieri)
- Login: jcavalieri
- Registered on: 11/08/2017
- Last sign in: 11/08/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/08/2017
-
08:03 PM Ruby Bug #14093 (Rejected): REXML doesn't implement name() and interprets nam() as an element path.
- Please see the attached script.
Considering this xml:
```xml
<a><b><name/></b></a>
```
The xpath `/a/b/name()` xpath should return the name of element `a`. Instead it returns the child element `name`.
Output:
```xml
<na...