Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
23 | minor | always | 03-08-05 00:00 | 01-25-06 11:04 | |
|
|||||
Reporter: | user39 | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | |||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.0.18 | ||
|
|||||
Summary: | 0000023: JSTL <x:out>: XPath doesn't work with namespaced elements. | ||||
Description: |
RSN-14 For a sample XML document: <articles xmlns:articles="..."> <articles:article id="test" flag="yes"> ... </articles:article> </articles> Using the following JSTl does not work in Resin 3 - it does in Resin 2. <x:out select="$parsedXml/articles/articles:article[@flag='yes']"/> It DOES work when I use a wildcard in place of the namespaced element name: <x:out select="$parsedXml/articles/*[@flag='yes']"/> |
||||
Steps To Reproduce: | |||||
Additional Information: | Resin 3.0.11, Java 1.4.2 | ||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|