Karl Scheibelhofer wrote: > if i use importNode to import elements, Xerces (1.3.0 and 1.3.1) does not > care about identifiers and does not register them to the new document. i > think this is a bug. not registering the IDs to the new document does not > really make sense. does anyone have a different opinion?
My opinion is that importNode is an editing feature and the application is responsible for maintaining correct state when editing. The nodes could be imported into a document with a completely different grammar. In this case, what do the IDs mean? -- Andy Clark * IBM, TRL - Japan * [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
