http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2354 *** shadow/2354 Wed Jun 27 07:44:30 2001 --- shadow/2354.tmp.5075 Wed Jun 27 08:28:03 2001 *************** *** 101,103 **** --- 101,115 ---- Software Engineer Metis International, Inc. [EMAIL PROTECTED] + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-27 08:28 ------- + First of all getURI() is not equivalent to getId(). getURI returns the URI + namespace that the element belongs to. + + The ContentSpecNode no longer stores element id but use QName instead (localname + + uri) to uniquely identify each element. + + What does your application need the element id for? Element Id is internal + information, and you should not depend on the id number. It's not necessary + start from zero, and not necessary unique. This is entirely internal stuff + which should not be used by the application. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
