Re: processContents attribute and DocumentHandler

2002-04-09 Thread Khaled Noaman
Hi Brad, Would you please elaborate more? It would be helpful if you can give us an example of the problem you're encountering. Khaled Brad Settlemyer wrote: > Hello, > > I am finally trying to determine why some parts of my schema have been > ignored by SAX2, specifically the processContent

processContents attribute and DocumentHandler

2002-04-05 Thread Brad Settlemyer
Hello, I am finally trying to determine why some parts of my schema have been ignored by SAX2, specifically the processContents="skip" attribute. I read the doc for skipped entity, and it is apparent that you are purposely not calling the skipped entity function. Is this a defect? I have