Closed
Bug 309261
Opened 20 years ago
Closed 20 years ago
xpath expressions across models do not work
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: peter.nunn, Assigned: aaronr)
Details
Attachments
(1 file)
|
2.31 KB,
application/xhtml+xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050914 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050914 Firefox/1.6a1
If an XPath expression refers to instances in 2 models the resulting xpath
expression result returns no nodes.
Reproducible: Always
| Reporter | ||
Comment 1•20 years ago
|
||
This test case has 2 models. The instance in the first model does not work in
the xpath expression, but the same instance in the second model does work.
| Reporter | ||
Comment 2•20 years ago
|
||
Re-read 7.11.1 and reaslised that the processor is 100% correct, however this
behavior differs from other processors such as formsplayer which allows for
xpath expressions using insatnce('') between models.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 3•20 years ago
|
||
(In reply to comment #2)
> Re-read 7.11.1 and reaslised that the processor is 100% correct
How _could_ you also doubt the correctness of this project? ;-)
| Reporter | ||
Comment 4•20 years ago
|
||
(In reply to comment #3)
> (In reply to comment #2)
> > Re-read 7.11.1 and reaslised that the processor is 100% correct
>
> How _could_ you also doubt the correctness of this project? ;-)
Never had any doubts really just need to be aware that if anyone is ever
_upgrading_ from formsplayer they will have issues if they expect the xpath
functions to work.
Otherwise I know the project is bug free and feature rich :-)
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•