DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12230>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12230

Problem with creating DOM attributes

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2002-10-13 03:35 -------
The issue was primarily with SimplePathInterpreter. That class is responsible 
for the evaluation of certain (simple) paths.  Only those paths processed by 
SimplePathInterpreter can be used with JXPathContext.createPath(). The paths 
containing the attribute:: axis were not supported by SimplePathInterpreter and 
therefore could never be used with createPath(). I added the necessary support 
and now we can involve the AbstractFactory in the creation of attributes.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to