We need to to support Infoset augmentations in XNI for attributes. AndyC suggested adding an augmentation to each attribute in the XMLAttributes interface (see thread: " [Xerces2] InfoSet Augmentations in XNI");
Thus, we need to add new methods to xni.XMLAttributes to retrieve augmentations: [1] public Augmentations getAugmentations (int attributeIndex); [2] public Augmentations getAugmentations (String uri, String localPart); We could also add the following: [3] public Augmentations getAugmentations (String qName); Comments? -- Elena Litani / IBM Toronto --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
