Re: Ignoring elements during scan and DTD validation

2004-02-18 Thread Andrew Fuller
Hi again, I think I've found a solution to this. In scanStartTag(), if the current tag is metadata, I set fValidate to false, which is pushed onto the element stack as normal. Hence validation is turned off for any of the metadata's children. When the metadata closes, fValidate will be set to

Ignoring elements during scan and DTD validation

2004-02-18 Thread Andrew Fuller
Hi, I'm using Xerces v2.3.0 on Win2K. My application uses a XercesDOMParser with DTD validation turned on to parse and validate VXML documents. While I require DTD validation, I wish the parser to ignore instances of a certain element, specifically , and any of its children. The element is dec