See http://www.w3.org/TR/2003/WD-DOM-Level-3-Val-20030205/validation.html and http://xml.apache.org/xerces2-j/faq-dom.html#faq-7
Jeff ----- Original Message ----- From: "Frank Jakop" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 10, 2003 4:39 AM Subject: revalidation of elements / access to XSFacets Hello, I have the following problem: I have a parsed DOM-tree and a matching parsed XSModel. When I insert a new node to the tree, I let the user edit the attributes of the node. How can I achieve, that the node is revalidated after editing one of its attributes? My idea was to fetch all facets from the schema and check these manually, but I think there's no access to the facet _values_ via the xerces api. I'm using xerces-2.2.0. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]