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=11152>.
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=11152

Xerces treats location path "//" in xpath attribute of xs:selector element of xs:key 
element as if it were "/"





------- Additional Comments From [EMAIL PROTECTED]  2002-08-21 06:54 
-------
This bug seems to be fixed now, thanks to [EMAIL PROTECTED]  However, now there 
is another bug, and I frankly don't know if it is a result of this bug 11152 
being fixed.  I will try to verify that sometime soon, and the scope of the new 
bug.  Here is one case of the new bug (and all I know for now): Xpath key 
selections in XML Schemas do Not Work with Multiple Key Fields.  So this Schema 
snippet gives various errors:

                <xs:key name="fileId">
                        <xs:selector xpath=".//file"/>
                        <xs:field xpath="@filename"/>
                        <xs:field xpath="@path"/>
                </xs:key>

I will try to test this in the future to determine scope and newness.  Thanks.

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

Reply via email to