Vadim Gritsenko dijo: > [EMAIL PROTECTED] wrote: > >> +import org.apache.xerces.dom.NodeImpl; >> +import org.apache.xerces.parsers.DOMParser; >> +import org.apache.xerces.xni.Augmentations; >> +import org.apache.xerces.xni.NamespaceContext; >> +import org.apache.xerces.xni.QName; >> +import org.apache.xerces.xni.XMLAttributes; >> +import org.apache.xerces.xni.XMLLocator; >> +import org.apache.xerces.xni.XNIException; >> >> > > Can somebody clarify - does it mean that woody works only with xerces? I > have not seen this limitation mentioned on the prominent place, may be > I've just missed it...
Don't know. I just expanded this import: import org.apache.xerces.xni.*; See: http://marc.theaimsgroup.com/?l=xml-cocoon-cvs&m=107283798425627&w=2 Best Regards, Antonio Gallardo
