>From what I can read in their documentation, they support both: 1 - parsing from a DOM tree http://ws.apache.org/jaxme/apidocs/org/apache/ws/jaxme/xs/XSParser.html parse(org.w3c.dom.Node pNode) Parses the given DOM node containing an an XML schema and returns a logical representation.
2 - accessing additional attributes from non-default namespaces. http://ws.apache.org/jaxme/apidocs/org/apache/ws/jaxme/xs/XSOpenAttrs.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
