Re: Validating without parsing

2002-06-06 Thread Dennis Thrysoe - Netnord A/S
Elena Litani wrote: Dennis hi, Dennis Thrysoe - Netnord A/S wrote: I was wondering if the XNI component approach to building a parser would make it easy to use the XMLSchemaValidator or XMLDTDValidator to validate generated XML fragments, without parsing a document. Yes, this is the approach we use

Re: Validating without parsing

2002-06-04 Thread Elena Litani
Dennis hi, Dennis Thrysoe - Netnord A/S wrote: > I was wondering if the XNI component approach to building a parser would > make it easy to use the XMLSchemaValidator or XMLDTDValidator to > validate generated XML fragments, without parsing a document. Yes, this is the approach we used to impleme

Re: Validating without parsing

2002-06-03 Thread Dennis Thrysoe - Netnord A/S
Andy Clark wrote: Dennis Thrysoe - Netnord A/S wrote: I was wondering if the XNI component approach to building a parser would make it easy to use the XMLSchemaValidator or XMLDTDValidator to validate generated XML fragments, without parsing a document. Sure, that's possible but there's currently

Re: Validating without parsing

2002-06-03 Thread Andy Clark
Dennis Thrysoe - Netnord A/S wrote: > I was wondering if the XNI component approach to building a parser would > make it easy to use the XMLSchemaValidator or XMLDTDValidator to > validate generated XML fragments, without parsing a document. Sure, that's possible but there's currently no code to m

Validating without parsing

2002-06-03 Thread Dennis Thrysoe - Netnord A/S
Hi, I was wondering if the XNI component approach to building a parser would make it easy to use the XMLSchemaValidator or XMLDTDValidator to validate generated XML fragments, without parsing a document. Oh, and by the way. Is anything included in Xerces 2 that can serialize SAX events into a d